nixpkgs/nixos/modules/tasks
R-VdP 39f3eb3004 NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted
Some systems should not be rebooted at just any time. If the upgrade process takes too long, for instance because of a
slow internet connection, or if the upgrade service is ran during production hours, we want to allow to define a window
outside of which a reboot will not be performed.
The system will then reboot on the next run of the upgrade service which finishes inside the reboot window.

E.g. we can run the update service twice per week, once during the night and once during the day, but reboots are only
allowed during the night. By doing so, a system that is usually shut down during the night will still receive updates
and systems that are turned on 24/7 can be rebooted outside of production hours.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2022-03-09 08:18:16 +01:00
..
filesystems nixos/apfs: init 2022-01-27 15:18:45 +01:00
auto-upgrade.nix NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted 2022-03-09 08:18:16 +01:00
bcache.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
cpu-freq.nix nixos/cpu-freq: fix typo in description 2021-04-21 22:03:18 +02:00
encrypted-devices.nix treewide: fold -> foldr 2021-01-26 10:57:07 +07:00
filesystems.nix nixos/apfs: init 2022-01-27 15:18:45 +01:00
lvm.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
network-interfaces-scripted.nix nixos/networking: add options for configuring a GRE tunnel 2021-12-07 15:44:00 +00:00
network-interfaces-systemd.nix nixos/networkd: fix networking.networkd.static test 2022-01-21 19:35:17 +01:00
network-interfaces.nix nixos/networking: Typo fix 2022-02-04 13:55:56 -05:00
powertop.nix
scsi-link-power-management.nix
snapraid.nix nixos/snapraid: fix evaluation 2021-12-08 11:10:02 +01:00
swraid.nix
trackpoint.nix xserver: Generate readable config indentation 2021-06-17 03:34:40 +02:00
tty-backgrounds-combine.sh