Loading nixos/modules/tasks/filesystems/zfs.nix +2 −2 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ in enable = mkEnableOption "periodic scrubbing of ZFS pools"; interval = mkOption { default = "Sun, 02:00"; default = "monthly"; type = types.str; example = "daily"; example = "quarterly"; description = '' Systemd calendar expression when to scrub ZFS pools. See {manpage}`systemd.time(7)`. Loading Loading
nixos/modules/tasks/filesystems/zfs.nix +2 −2 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ in enable = mkEnableOption "periodic scrubbing of ZFS pools"; interval = mkOption { default = "Sun, 02:00"; default = "monthly"; type = types.str; example = "daily"; example = "quarterly"; description = '' Systemd calendar expression when to scrub ZFS pools. See {manpage}`systemd.time(7)`. Loading