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