nix-dotfiles/hosts/xps16/services/btrfs.nix

5 lines
55 B
Nix
Raw Normal View History

2024-12-04 20:06:57 +01:00
{ ... }:
{
services.btrfs.autoScrub.enable = true;
}