fix mount for nfs

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-28 17:52:48 -06:00
parent bbf0e44f55
commit 06f5092a21

View file

@ -3,7 +3,7 @@
services.nfs.server = {
enable = true;
exports = ''
/mnt/storage 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt)
/data 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt)
'';
};