ma gui/look-up: fix refactoring
This commit is contained in:
parent
6c391d7361
commit
369803fe31
@ -1,5 +1,8 @@
|
||||
{pkgs, ... }:
|
||||
{
|
||||
{pkgs, config, ... }:
|
||||
let
|
||||
user = config.krebs.build.user.name;
|
||||
in
|
||||
{
|
||||
systemd.services.look-up = {
|
||||
startAt = "*:30";
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user