nixos-config/modules/system/devices/disks/btrfs/default.nix
2024-11-13 09:43:47 -05:00

4 lines
55 B
Nix

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