diff --git a/profiles/btrfs.nix b/profiles/btrfs.nix index 051b131..fea0c07 100644 --- a/profiles/btrfs.nix +++ b/profiles/btrfs.nix @@ -4,7 +4,7 @@ ]; services.btrfs.autoScrub = { - enable = lib.mkDefault true; + enable = lib.mkDefault false; interval = "monthly"; }; }