configuration.nix/hosts/layne/services/btrfs.nix
2024-07-03 20:03:29 +05:30

6 lines
99 B
Nix

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