Merge pull request 'fix store' (#66) from feature/attic into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m25s
Check Nix flake / Perform Nix flake checks (push) Successful in 8m7s

Reviewed-on: #66
This commit is contained in:
ahuston-0 2025-03-30 15:50:41 -04:00
commit ee71636ac4

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