configuration.nix/hosts/rico2/services/btrfs.nix

6 lines
87 B
Nix

_: {
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
}