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

5 lines
55 B
Nix
Raw Normal View History

2024-08-24 01:45:35 +02:00
{ ... }:
{
services.btrfs.autoScrub.enable = true;
}