diff --git a/systems/smolboi/configuration.nix b/systems/smolboi/configuration.nix index 140c809..d496b93 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 = {