summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 33c6cb0a..c56f652a 100644
--- a/odin.nix
+++ b/odin.nix
@@ -63,7 +63,7 @@
63 allowedTCPPorts = [ 22 # ssh 63 allowedTCPPorts = [ 22 # ssh
64 139 445 # samba 64 139 445 # samba
65 ]; 65 ];
66 allowedTCPPortRanges = [ { from = 8081; to = 8081; } # motion 66 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion
67 ]; 67 ];
68 allowedUDPPorts = [ 137 138 ]; # samba 68 allowedUDPPorts = [ 137 138 ]; # samba
69 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 69 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
@@ -212,7 +212,7 @@
212 width 640 212 width 640
213 height 480 213 height 480
214 214
215 stream_port 8081 215 stream_port 8080
216 216
217 despeckle_filter EedDl 217 despeckle_filter EedDl
218 threshold_tune on 218 threshold_tune on