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"; }