add default password to server config

This commit is contained in:
Noa Aarts 2024-03-15 20:32:22 +01:00
parent 970cf4aaac
commit a7b26a08d1
2 changed files with 19 additions and 11 deletions

View file

@ -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;