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 = {