{ config, pkgs, lib, ... }: { # https://search.nixos.org/options?query=services.zfs imports = [ ./common-zfs.nix ]; # non legacy-mount systemd.services.zfs-mount.enable = true; # default boot.zfs.extraPools = [ "Panorama" ]; # import on boot }