diff --git a/systems/smolboi/configuration.nix b/systems/smolboi/configuration.nix index edc06d3..f4a09db 100644 --- a/systems/smolboi/configuration.nix +++ b/systems/smolboi/configuration.nix @@ -86,7 +86,10 @@ }; hardware.openrgb.enable = true; resolved.enable = true; - btrfs.autoScrub.enable = true; + btrfs.autoScrub = { + enable = true; + fileSystems = [ "/" "/home" ]; + }; }; hardware = { sane = {