Disable reboot

This commit is contained in:
Filippo Berto 2024-06-04 11:42:02 +02:00
parent e676e5bc48
commit 498a4a6dd5
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 2 additions and 8 deletions

View file

@ -400,8 +400,5 @@ in
zramSwap.enable = true;
system = {
stateVersion = "22.11";
autoUpgrade.allowReboot = true;
};
system.stateVersion = "22.11";
}