From d0aa9883000681c47af8e95636b6d55ccf76532d Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 19 Dec 2019 21:04:23 +0100 Subject: [PATCH] Disable auto reboot --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0217050..5f77455 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,7 +69,7 @@ # Auto-upgrade the system and reboot if needed system.autoUpgrade = { enable = true; - allowReboot = true; + allowReboot = false; }; # Enable zeroconf