disable reboot after upgrade on agares

This commit is contained in:
Tim Schubert 2023-03-04 12:30:16 +01:00
parent 56dc4fcaee
commit fb9a0076e8
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

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