Auto reboot: update

This commit is contained in:
Filippo Berto 2024-01-07 10:59:18 +01:00
parent 3b6cf23db1
commit e62b111521
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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