{ ... }: { flake.modules.nixos.zfs = { pkgs, ... }: { boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; boot.zfs.extraPools = [ "main" ]; services.zfs = { autoSnapshot.enable = true; trim.enable = true; }; }; }