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;
|
hardware.openrgb.enable = true;
|
||||||
resolved.enable = true;
|
resolved.enable = true;
|
||||||
btrfs.autoScrub.enable = true;
|
btrfs.autoScrub = {
|
||||||
|
enable = true;
|
||||||
|
fileSystems = [ "/" "/home" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
sane = {
|
sane = {
|
||||||
|
|
Loading…
Reference in a new issue