1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/nixos/modules/tasks
Simon Hollingshead d077cd8691 nixos/auto-upgrade: add system.autoUpgrade.fixedRandomDelay
From systemd 247, timers can be configured to randomize their delay
once and to apply the same random delay for all future executions.
This allows users to have less jitter between auto-upgrade executions
while still avoiding multiple timers firing simultaneously on a
machine or multiple machines all performing their upgrades
simultaneously.

The default option value (false) is backwards compatible.

All supported versions of NixOS (in fact, back to and including 21.05)
use systemd 247 or later.
2024-01-13 03:40:44 +00:00
..
filesystems Merge pull request #272794 from dcarosone/zpool-import-d 2024-01-12 20:07:24 +01:00
auto-upgrade.nix nixos/auto-upgrade: add system.autoUpgrade.fixedRandomDelay 2024-01-13 03:40:44 +00:00
bcache.nix nixos/bcache: add a boot.bcache.enable kill switch 2023-09-10 14:26:53 +01:00
cpu-freq.nix
encrypted-devices.nix systemd-stage-1: Add assertions for unsupported options. 2023-10-30 12:15:58 +01:00
filesystems.nix nixos/filesystems: ensure correct ordering w.r.t. shutdown.target 2023-11-30 15:34:11 -08:00
lvm.nix
network-interfaces-scripted.nix nixos: fix iproute2 invocations (#263976) 2023-10-29 18:27:16 +01:00
network-interfaces-systemd.nix nixos: fix iproute2 invocations (#263976) 2023-10-29 18:27:16 +01:00
network-interfaces.nix Merge pull request #271326 from philiptaron/shutdown.target 2023-12-27 08:33:26 +01:00
powertop.nix
scsi-link-power-management.nix
stratis.nix
swraid.nix systemd-stage-1: Add assertions for unsupported options. 2023-10-30 12:15:58 +01:00
trackpoint.nix nixos/trackpoint: replace activationScript 2023-12-29 03:22:25 +01:00
tty-backgrounds-combine.sh