allow vnc

This commit is contained in:
zuckerberg 2021-04-11 22:23:33 -04:00
parent 4a3c7a6662
commit 413883fe36

View File

@ -25,6 +25,9 @@
de.enable = true; de.enable = true;
de.touchpad.enable = true; de.touchpad.enable = true;
# VNC
networking.firewall.allowedTCPPorts = [ 5900 ];
networking.interfaces.enp57s0f1.useDHCP = true; networking.interfaces.enp57s0f1.useDHCP = true;
} }