fix store #66

Merged
ahuston-0 merged 1 commits from feature/attic into main 2025-03-30 15:50:42 -04:00

View File

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