configuration.nix/hosts/rico0/services/btrfs.nix

6 lines
99 B
Nix

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