Files
2026-06-01 18:15:26 -06:00

7 lines
110 B
Nix

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