diff options
-rw-r--r-- | modules/auto-redeploy.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix index d082ebb..4554a4e 100644 --- a/modules/auto-redeploy.nix +++ b/modules/auto-redeploy.nix @@ -15,6 +15,8 @@ #Emma - Auto-redeploy service systemd.services = { "auto-redeploy" = { + stopIfChanged = false; + restartIfChanged = false; #wantedBy = [ "multi-user.target" ]; #after = [ "network.target" ]; path = with pkgs; [ git curl nix nixos-install-tools nixos-rebuild ]; |