{lib, ...}: {
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
fileSystems = lib.mkDefault ["/"];
};
}