common: allow reboots upon autoupgrade

This commit is contained in:
Aly Raffauf 2024-08-24 20:59:11 -04:00
parent 0c2b2cd0a2
commit c22b331aab

View file

@ -7,7 +7,7 @@
system.autoUpgrade = {
enable = true;
allowReboot = false;
allowReboot = true;
dates = "02:00";
flags = ["--accept-flake-config"];
flake = config.environment.variables.FLAKE;