switching all smb to nfs

This commit is contained in:
Matt Nish-Lapidus 2025-04-05 14:15:56 -04:00
parent 68c5ca2ce7
commit 0b53ae3b9c

View file

@ -132,7 +132,7 @@
server = { server = {
enable = true; enable = true;
exports = '' exports = ''
/mnt/shares/import *(rw,fsid=0,no_subtree_check,nohide,insecure,crossmnt) /export/import *(rw,fsid=0,no_subtree_check,nohide,insecure,crossmnt)
''; '';
}; };
}; };