diff options
-rw-r--r-- | ops/modules/btrfs-auto-scrub.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/btrfs-auto-scrub.nix b/ops/modules/btrfs-auto-scrub.nix index b073efa3dfd1..748bb75c5fd8 100644 --- a/ops/modules/btrfs-auto-scrub.nix +++ b/ops/modules/btrfs-auto-scrub.nix @@ -7,7 +7,7 @@ services = { btrfs.autoScrub = { enable = true; - interval = lib.mkDefault "daily"; + interval = lib.mkDefault "*-*-* 03:30:00"; # gather all btrfs fileSystems, extra ones can be added via the NixOS # module merging mechanism, of course. fileSystems = lib.concatLists ( |