Update configuration.nix
This commit is contained in:
parent
dc5afcdc3b
commit
8ce050fe7d
|
|
@ -148,7 +148,7 @@
|
|||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 22 443 3000 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 3000 ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
||||
# just leave forever
|
||||
|
|
|
|||
Loading…
Reference in New Issue