fix service definition
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
15ef80722b
commit
b699581bf3
@ -110,8 +110,9 @@
|
|||||||
];
|
];
|
||||||
description = "Force resync of hydra derivations with attic";
|
description = "Force resync of hydra derivations with attic";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "root";
|
Type = "oneshot";
|
||||||
Restart = "always";
|
DynamicUser = "yes";
|
||||||
|
Group = "hydra";
|
||||||
ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}";
|
ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user