From 94e179b02119177810e96c035d8cf9da8c34e2bb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 29 Oct 2018 18:14:43 +0100 Subject: vnc ports --- odin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index ec332784..791acbdb 100644 --- a/odin.nix +++ b/odin.nix @@ -83,12 +83,13 @@ 139 445 # samba 2010 2011 # notmuch-tcp 5001 # iperf - 8022 8023 # CSS VM ]; allowedUDPPorts = [ 137 138 # samba ]; allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh ]; + allowedTCPPortRanges = [ { from = 5900; to = 5910; } # VNC + ]; }; users.extraUsers.root = let -- cgit v1.2.3