diff --git a/hosts/voyager/filesystems.nix b/hosts/voyager/filesystems.nix index fe2dd47..088ff16 100644 --- a/hosts/voyager/filesystems.nix +++ b/hosts/voyager/filesystems.nix @@ -10,7 +10,10 @@ supportedFilesystems = [ "zfs" ]; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; }; - services.zfs.autoScrub.enable = true; + services.zfs.autoScrub = { + enable = true; + interval = "Sun *-*-8..14 00:00:00"; + }; # Network mounts (import) fileSystems = {