From 413883fe366e1d6b6c3801ba386f6f7d327af6ed Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 11 Apr 2021 22:23:33 -0400 Subject: [PATCH] allow vnc --- machines/reg/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/reg/configuration.nix b/machines/reg/configuration.nix index 75519c5..4972c86 100644 --- a/machines/reg/configuration.nix +++ b/machines/reg/configuration.nix @@ -25,6 +25,9 @@ de.enable = true; de.touchpad.enable = true; + # VNC + networking.firewall.allowedTCPPorts = [ 5900 ]; + networking.interfaces.enp57s0f1.useDHCP = true; }