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>
This commit is contained in:
ahuston-0 2025-03-30 15:40:52 -04:00
parent 2551adb3db
commit 87db5a05e6
No known key found for this signature in database
GPG Key ID: 47940175096C1330

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