From fb9a0076e88ff05c0708799b79af28df60e3b302 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 4 Mar 2023 12:30:16 +0100 Subject: [PATCH] disable reboot after upgrade on agares --- nixos/agares/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/agares/configuration.nix b/nixos/agares/configuration.nix index f1a5828..a695ba6 100644 --- a/nixos/agares/configuration.nix +++ b/nixos/agares/configuration.nix @@ -79,5 +79,8 @@ dmidecode ]; + # Running router VM. They have to be restarted in the right order, so network comes up cleanly. Not ideal. + system.autoUpgrade.allowReboot = false; + system.stateVersion = "22.05"; }