From e28a8cad4b2ce3644aa9137fb27f5d3a06b70ef4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 13:49:48 -0400 Subject: [PATCH] attic sync user Signed-off-by: ahuston-0 --- systems/palatine-hill/attic.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}"; }; };