diff --git a/configuration.nix b/configuration.nix index 62baf75..53c8b1b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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) ''; };