add nfsv3 ports
This commit is contained in:
parent
fb5dcb5717
commit
a913a80604
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
networking.firewall.allowedTCPPorts = [ 111 2049 ];
|
networking.firewall.allowedTCPPorts = [ 111 4000 4001 4002 2049 ];
|
||||||
fileSystems."/export/containers" = {
|
fileSystems."/export/containers" = {
|
||||||
device = "/Velaris/Containers";
|
device = "/Velaris/Containers";
|
||||||
options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue