ma gui/look-up: fix refactoring

This commit is contained in:
makefu 2022-12-12 20:02:06 +01:00
parent 6c391d7361
commit 369803fe31
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,5 +1,8 @@
{pkgs, ... }:
{
{pkgs, config, ... }:
let
user = config.krebs.build.user.name;
in
{
systemd.services.look-up = {
startAt = "*:30";
serviceConfig = {