Compare commits

..

2 Commits

Author SHA1 Message Date
ee71636ac4 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
2025-03-30 15:50:41 -04:00
87db5a05e6
fix store
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 19s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 3m18s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 9m27s
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-03-30 15:40:52 -04:00

View File

@ -80,7 +80,7 @@
serviceConfig = { serviceConfig = {
User = "root"; User = "root";
Restart = "always"; 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 = { attic-sync-hydra = {