open more nfs ports

This commit is contained in:
Joseph Hanson 2025-01-10 01:46:40 -06:00
parent 94c05cf496
commit c5fd9f3892

View file

@ -15,7 +15,9 @@ in
services.nfs.server.enable = true;
services.nfs.server.exports = cfg.exports;
networking.firewall.allowedTCPPorts = [
2049
2049 # NFS
111 # RPC bind
20048 # NFSv4 (Mountd)
];
};
}