nixos-config/linux/nebula/zfs.nix
2025-12-14 13:54:53 -08:00

8 lines
127 B
Nix

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