btrfs autoscrubbing
This commit is contained in:
parent
0e5829bc41
commit
56c00d9da7
|
@ -30,6 +30,11 @@ in {
|
|||
fileSystems."/tmp".fsType = "tmpfs";
|
||||
|
||||
services.fstrim.enable = true;
|
||||
services.btrfs.autoScrub =
|
||||
{ enable = true;
|
||||
fileSystems = [ "/" "/home" ];
|
||||
};
|
||||
|
||||
# exfat support
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue