nixos-config/modules/system/devices/disks/filesystems/btrfs/default.nix
2024-11-20 13:55:44 -05:00

4 lines
55 B
Nix

{ ... }:
{
services.btrfs.autoScrub.enable = true;
}