diff options
author | makefu <github@syntax-fehler.de> | 2022-12-12 20:02:06 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-12-12 20:02:06 +0100 |
commit | 369803fe3126aaf4a6921f6d5995477c071e2d3e (patch) | |
tree | b14d17bc920228da7244dc55f26340e0609f70fd /makefu/2configs | |
parent | 6c391d7361240671b9165b7092105a1bf86517a0 (diff) |
ma gui/look-up: fix refactoring
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/gui/look-up.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/2configs/gui/look-up.nix b/makefu/2configs/gui/look-up.nix index 244cf21b5..eea84bc48 100644 --- a/makefu/2configs/gui/look-up.nix +++ b/makefu/2configs/gui/look-up.nix @@ -1,5 +1,8 @@ -{pkgs, ... }: -{ +{pkgs, config, ... }: +let + user = config.krebs.build.user.name; +in + { systemd.services.look-up = { startAt = "*:30"; serviceConfig = { |