Fix scrub filesystems
This commit is contained in:
parent
c4178c4d3a
commit
4a5fcf3cf1
1 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,10 @@
|
|||
};
|
||||
hardware.openrgb.enable = true;
|
||||
resolved.enable = true;
|
||||
btrfs.autoScrub.enable = true;
|
||||
btrfs.autoScrub = {
|
||||
enable = true;
|
||||
fileSystems = [ "/" "/home" ];
|
||||
};
|
||||
};
|
||||
hardware = {
|
||||
sane = {
|
||||
|
|
Loading…
Reference in a new issue