From 4a5fcf3cf1875a7115cc6ca89e019570ab8b9be4 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Fri, 3 May 2024 16:59:53 -0400 Subject: [PATCH] Fix scrub filesystems --- systems/smolboi/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {