summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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