add cache directory to read/write paths

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

View File

@ -113,6 +113,7 @@
Type = "oneshot";
DynamicUser = "yes";
Group = "hydra";
ReadWriteDirectories = "-//.cache";
ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}";
};
};