From 3057f138580b354eeb0225dc72da00863b276625 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 27 Aug 2025 06:20:52 +0200 Subject: [PATCH] Reboot after Auto Upgrade if necessary --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index aed948c..0ef921a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -236,6 +236,7 @@ with pkgs; # Auto-upgrade the system system.autoUpgrade = { enable = true; + allowReboot = true; flake = "git+https://git.psydnd.org/coolneng/zion"; flags = [ "--update-input agenix --update-input nixpkgs"