From f377f1e1bcc6af3dddf1811993c14cf5031e0115 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 4 Apr 2023 18:31:03 +0200 Subject: Make nix ignore redeploy service --- modules/auto-redeploy.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ]; -- cgit 1.4.1