fix root nfs

This commit is contained in:
NyxErinys 2026-05-22 02:31:08 -05:00
parent 40f69aee3b
commit b721f12cc5

View file

@ -13,8 +13,8 @@
mountdPort = 4002;
statdPort = 4000;
exports = ''
/export 10.5.0.0/24(rw,fsid=0,no_subtree_check)
/export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check)
/export 10.5.0.0/24(rw,fsid=0,no_subtree_check,no_root_squash)
/export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check,no_root_squash)
'';
};
}