attic sync user

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-22 13:49:48 -04:00 committed by Alice Huston
parent 7c47f1c324
commit e28a8cad4b

View File

@ -111,9 +111,7 @@
description = "Force resync of hydra derivations with attic"; description = "Force resync of hydra derivations with attic";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
DynamicUser = "yes"; User = "root";
Group = "hydra";
ReadWriteDirectories = "-//.cache";
ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}"; ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}";
}; };
}; };