2 Commits

Author SHA1 Message Date
ee71636ac4 Merge pull request 'fix store' () from feature/attic into main
Reviewed-on: 
2025-03-30 15:50:41 -04:00
87db5a05e6 fix store
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-03-30 15:40:52 -04:00

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