summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-10-29 18:14:43 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2018-10-29 18:14:43 +0100
commit94e179b02119177810e96c035d8cf9da8c34e2bb (patch)
tree551e7568b60c8c502600b04fae95120f0a6e523b /odin.nix
parent0e8d13804eba5dd9c428f5fd70c6da6e1f3cabeb (diff)
downloadnixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar
nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.gz
nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.bz2
nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.tar.xz
nixos-94e179b02119177810e96c035d8cf9da8c34e2bb.zip
vnc ports
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index ec332784..791acbdb 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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