7 lines
99 B
Nix
7 lines
99 B
Nix
|
_: {
|
||
|
services.btrfs.autoScrub = {
|
||
|
enable = true;
|
||
|
fileSystems = [ "/mnt/system" ];
|
||
|
};
|
||
|
}
|