diff --git a/systems/palatine-hill/attic.nix b/systems/palatine-hill/attic.nix index 6b2a591..57f4554 100644 --- a/systems/palatine-hill/attic.nix +++ b/systems/palatine-hill/attic.nix @@ -111,9 +111,7 @@ description = "Force resync of hydra derivations with attic"; serviceConfig = { Type = "oneshot"; - DynamicUser = "yes"; - Group = "hydra"; - ReadWriteDirectories = "-//.cache"; + User = "root"; ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}"; }; };