Fix scrub filesystems

This commit is contained in:
Chris Dombroski 2024-05-03 16:59:53 -04:00
parent c4178c4d3a
commit 4a5fcf3cf1

View file

@ -86,7 +86,10 @@
};
hardware.openrgb.enable = true;
resolved.enable = true;
btrfs.autoScrub.enable = true;
btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" "/home" ];
};
};
hardware = {
sane = {