Fix firewall and nfs

This commit is contained in:
jimjam4real 2024-09-22 18:08:50 -04:00
parent e1c68fec4e
commit 8ccf3aac9b

View file

@ -295,8 +295,9 @@ in
# NFS server
services.nfs.server = {
enable = true;
# Allowing to 0.0.0.0 makes any IP the firewall allows in
exports = ''
/export/freecornNFS 10.0.0.0/24(rw,no_subtree_check)
/export/freecornNFS 0.0.0.0(rw,no_subtree_check)
'';
};