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

@ -239,5 +239,8 @@
# };
};
system.stateVersion = "23.05";
system = {
stateVersion = "23.05";
autoUpgrade.allowReboot = true;
};
}