Opened VNC ports

This commit is contained in:
2026-02-05 23:09:05 +01:00
parent 690087db1e
commit c20cfd6f57

View File

@@ -3,7 +3,7 @@
networking = {
networkmanager.enable = true;
firewall = {
allowedTCPPorts = [ 22 ];
allowedTCPPorts = [ 22 5900 ];
allowedUDPPorts = [ ];
enable = true;
};