summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-04 18:31:03 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitf377f1e1bcc6af3dddf1811993c14cf5031e0115 (patch)
tree16f1ce00e7d884e327ef779b90a86ae25945a58d
parentFix grafana ip (diff)
downloadSpacebar-Open-Infrastructure-f377f1e1bcc6af3dddf1811993c14cf5031e0115.tar.xz
Make nix ignore redeploy service
-rw-r--r--modules/auto-redeploy.nix2
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 ];