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