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

View file

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

View file

@ -5,7 +5,6 @@
# dates = "daily"; # default 04:04
randomizedDelaySec = "45min";
flags = [ "--refresh" ];
allowReboot = true;
rebootWindow = {
upper = "06:00";
lower = "02:00";