Merge pull request #287494 from jpds/zfs-autoscrub-monthly-default

This commit is contained in:
Franz Pletz
2024-05-10 02:09:59 +02:00
committed by GitHub
+2 -2
View File
@@ -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)`.