From 7c47f1c3243b566cfd2e1f2bf1190d9518ce6a03 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 13:29:14 -0400 Subject: [PATCH] add cache directory to read/write paths Signed-off-by: ahuston-0 --- systems/palatine-hill/attic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/attic.nix b/systems/palatine-hill/attic.nix index d8c8635..6b2a591 100644 --- a/systems/palatine-hill/attic.nix +++ b/systems/palatine-hill/attic.nix @@ -113,6 +113,7 @@ Type = "oneshot"; DynamicUser = "yes"; Group = "hydra"; + ReadWriteDirectories = "-//.cache"; ExecStart = "${config.nix.package}/bin/nix ${./attic/sync-attic.bash}"; }; };