1 2 3 4 5 6 7 8 9 10 11
{ ... }: { services.nfs.server = { enable = true; exports = '' /srv/nfs *(rw,fsid=root) /srv/nfs/bag *(rw,sync) ''; }; }