nixos-config/linux/nebula/zfs.nix
2024-09-22 00:44:00 -07:00

8 lines
127 B
Nix

{...}: {
boot.loader.grub.zfsSupport = true;
services.zfs = {
autoScrub.enable = true;
trim.enable = true;
};
}