My Nix Configuration
1{ 2 services.zfs = { 3 trim.enable = true; 4 autoScrub.enable = true; 5 autoScrub.pools = [ "tank" ]; 6 autoSnapshot.enable = true; 7 }; 8}