configuration.nix/hosts/wynne/services/btrfs.nix
2024-07-03 17:47:40 +05:30

6 lines
99 B
Nix

_: {
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/mnt/system" ];
};
}