add default password to server config
This commit is contained in:
parent
970cf4aaac
commit
a7b26a08d1
2 changed files with 19 additions and 11 deletions
|
|
@ -174,8 +174,8 @@
|
|||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 5909 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5909 ];
|
||||
# networking.firewall.allowedTCPPorts = [ 5909 ];
|
||||
# networking.firewall.allowedUDPPorts = [ 5909 ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue