Revert "roles/watch-store: always restart"

This reverts commit 2ffa3d3f1a.
This commit is contained in:
zowoq 2023-04-18 10:10:26 +10:00
parent 70bf781587
commit 68c59580b0

View file

@ -9,8 +9,4 @@
cachixTokenFile = config.sops.secrets.watch-store-token.path;
package = pkgs.haskellPackages.cachix_1_3_3;
};
systemd.services.cachix-watch-store-agent = {
serviceConfig.Restart = pkgs.lib.mkForce "always";
};
}