niksos/options/common/btrfs-scrub.nix

8 lines
130 B
Nix

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