seperate vnc config

This commit is contained in:
Noa Aarts 2024-03-06 15:21:15 +01:00
parent 53d972c9a0
commit 93309a816c
9 changed files with 606 additions and 3 deletions

View file

@ -163,8 +163,8 @@
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 5909 ];
networking.firewall.allowedUDPPorts = [ 5909 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;