diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-10-29 18:14:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-10-29 18:14:43 +0100 |
commit | 94e179b02119177810e96c035d8cf9da8c34e2bb (patch) | |
tree | 551e7568b60c8c502600b04fae95120f0a6e523b | |
parent | 0e8d13804eba5dd9c428f5fd70c6da6e1f3cabeb (diff) | |
download | nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.gz nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.bz2 nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.xz nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.zip |
vnc ports
-rw-r--r-- | odin.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,12 +83,13 @@ | |||
83 | 139 445 # samba | 83 | 139 445 # samba |
84 | 2010 2011 # notmuch-tcp | 84 | 2010 2011 # notmuch-tcp |
85 | 5001 # iperf | 85 | 5001 # iperf |
86 | 8022 8023 # CSS VM | ||
87 | ]; | 86 | ]; |
88 | allowedUDPPorts = [ 137 138 # samba | 87 | allowedUDPPorts = [ 137 138 # samba |
89 | ]; | 88 | ]; |
90 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh | 89 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh |
91 | ]; | 90 | ]; |
91 | allowedTCPPortRanges = [ { from = 5900; to = 5910; } # VNC | ||
92 | ]; | ||
92 | }; | 93 | }; |
93 | 94 | ||
94 | users.extraUsers.root = let | 95 | users.extraUsers.root = let |