Commit 5b671b7f authored by Jonathan Davies's avatar Jonathan Davies
Browse files

nixos/zfs: Default autoscrub interval to monthly

parent 1f60d45b
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)`.