open more nfs ports
This commit is contained in:
parent
94c05cf496
commit
c5fd9f3892
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue