configuration.nix/hosts/rico1/services/btrfs.nix
2024-06-25 00:40:19 +05:30

6 lines
99 B
Nix

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