{ config, lib, pkgs, ... }: { fileSystems."/zfs-volumes" = { device = "server:/tank/docker/volumes"; fsType = "nfs"; options = [ "nfsvers=4.2" "_netdev" "x-systemd.automount" "noatime" ]; }; }