nixpkgs/nixos/modules/tasks
Ivan Petkov e2fa74dc68
nixos/zfs: make zpool-trim timer persistent
If the machine is powered off when the zpool-trim timer is supposed to
trigger (usually around midnight) then the timer will be skipped
outright in favor of the next instance.

For desktop systems which are usually powered off at this time, zpool
trimming will never be run which can degrade SSD performance.

By marking the timer as `Persistent = yes` we ensure that it will run at
the first possible opportunity after the trigger date is reached.
2021-01-15 20:23:16 -08:00
..
filesystems nixos/zfs: make zpool-trim timer persistent 2021-01-15 20:23:16 -08:00
auto-upgrade.nix nixos auto-upgrade: remove flag when flake 2020-11-25 08:34:04 +01:00
bcache.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
cpu-freq.nix
encrypted-devices.nix treewide: completely remove types.loaOf 2020-09-02 00:42:50 +02:00
filesystems.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
lvm.nix nixos/lvm2-activation-generator: fix warnings on activation 2020-11-15 08:06:05 +01:00
network-interfaces-scripted.nix nixos/systemd: fix TUN networking in LXC containers (#81481) 2020-08-05 21:12:57 -05:00
network-interfaces-systemd.nix nixos/network-interfaces-systemd: fix IPv6 privacy extensions 2020-12-17 07:29:25 +01:00
network-interfaces.nix nixos/network-interfaces: fix typo in udev rule syntax 2020-11-24 04:21:44 +01:00
powertop.nix
scsi-link-power-management.nix
swraid.nix
trackpoint.nix
tty-backgrounds-combine.sh