{ config, ... }: { services.nfs.server = { enable = true; exports = '' /home node-*.${config.networking.domain}(rw,no_root_squash) ''; }; }