configuration.nix/hosts/rico2/services/btrfs.nix

7 lines
87 B
Nix
Raw Normal View History

2023-11-05 17:01:59 +05:30
_: {
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
}