Unverified Commit 7c520d40 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

parents 04f0aed4 5b671b7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)`.