From 87db5a05e6036aea0679f5f052312db609534abb Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 30 Mar 2025 15:40:52 -0400 Subject: [PATCH] fix store Signed-off-by: ahuston-0 --- systems/palatine-hill/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/attic/default.nix b/systems/palatine-hill/attic/default.nix index 28c1b47..64b4a3d 100644 --- a/systems/palatine-hill/attic/default.nix +++ b/systems/palatine-hill/attic/default.nix @@ -80,7 +80,7 @@ serviceConfig = { User = "root"; Restart = "always"; - ExecStart = "${pkgs.attic-client}/bin/attic watch-store cache-nix-dot"; + ExecStart = "${pkgs.attic-client}/bin/attic watch-store nix-cache"; }; }; attic-sync-hydra = { -- 2.48.1