fix store

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

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