ensure we scrub the btrfs sometimes
This commit is contained in:
parent
ee16391d6b
commit
8d191f63d7
|
@ -52,6 +52,13 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
# ensure we scrub the btrfs sometimes
|
||||
services.btrfs.autoScrub = {
|
||||
enable = true;
|
||||
fileSystems = [ "/data" ];
|
||||
interval = "weekly";
|
||||
};
|
||||
|
||||
# allow all firmware
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue