about summary refs log tree commit diff
path: root/profiles/btrfs.nix
blob: 1b87165c6b25d93aaebc9aa6e4cc3f542da5532c (plain) (blame)
1
2
3
4
{ ... }:
{
  services.btrfs.autoScrub.enable = true;
}