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";
|
||||
|
||||
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…
Reference in a new issue