Merge pull request #287494 from jpds/zfs-autoscrub-monthly-default
This commit is contained in:
commit
7c520d4070
1 changed files with 2 additions and 2 deletions
|
@ -447,9 +447,9 @@ in
|
||||||
enable = mkEnableOption "periodic scrubbing of ZFS pools";
|
enable = mkEnableOption "periodic scrubbing of ZFS pools";
|
||||||
|
|
||||||
interval = mkOption {
|
interval = mkOption {
|
||||||
default = "Sun, 02:00";
|
default = "monthly";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "daily";
|
example = "quarterly";
|
||||||
description = ''
|
description = ''
|
||||||
Systemd calendar expression when to scrub ZFS pools. See
|
Systemd calendar expression when to scrub ZFS pools. See
|
||||||
{manpage}`systemd.time(7)`.
|
{manpage}`systemd.time(7)`.
|
||||||
|
|
Loading…
Reference in a new issue