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
commit 7c520d4070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)`.