Auto upgrade: host specific enabled

This commit is contained in:
Filippo Berto 2024-01-07 11:03:11 +01:00
parent e62b111521
commit 49a3e269ed
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 8 additions and 3 deletions

View file

@ -118,5 +118,8 @@
};
};
system.stateVersion = "22.11";
system = {
stateVersion = "22.11";
autoUpgrade.allowReboot = true;
};
}