remove mongodb from nfss
This commit is contained in:
parent
8b23b480bf
commit
ee24f2848b
5 changed files with 2 additions and 32 deletions
|
|
@ -41,8 +41,7 @@
|
|||
useDHCP = true; # VPS typically use DHCP
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 22000 27017 ];
|
||||
allowedUDPPorts = [ 22000 ];
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue