nix/hosts/marvin/services/zfs.nix
2022-07-15 22:05:23 -04:00

8 lines
145 B
Nix

{
services.zfs = {
trim.enable = true;
autoScrub.enable = true;
autoScrub.pools = ["tank"];
autoSnapshot.enable = true;
};
}