enable nfsv3 again
This commit is contained in:
parent
d49a835ae2
commit
6207af6aef
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||
# networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ];
|
||||
networking.firewall.allowedTCPPorts = [ 111 2049 4000 4001 4002 20048 ];
|
||||
networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ];
|
||||
fileSystems."/export/containers" = {
|
||||
device = "/Velaris/Containers";
|
||||
options = [ "bind" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue