From f598aae48b9feb57901a084a749a68138eaca27c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 26 Aug 2022 08:09:40 -0600 Subject: [PATCH] system/update: allow hosts to overwrite allowReboot --- system/update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/update.nix b/system/update.nix index 7bb5168..0543adc 100644 --- a/system/update.nix +++ b/system/update.nix @@ -15,7 +15,7 @@ with lib; { (mkIf config.autoUpdate.enable { system.autoUpgrade = { enable = true; - allowReboot = false; + allowReboot = mkDefault false; flake = "github:qbit/xin"; dates = "*-*-* *:03:00"; };