diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-04 18:31:03 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | f377f1e1bcc6af3dddf1811993c14cf5031e0115 (patch) | |
tree | 16f1ce00e7d884e327ef779b90a86ae25945a58d | |
parent | Fix grafana ip (diff) | |
download | Spacebar-Open-Infrastructure-f377f1e1bcc6af3dddf1811993c14cf5031e0115.tar.xz |
Make nix ignore redeploy service
-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 ]; |