summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 1d0e6d8f..406387ed 100644
--- a/odin.nix
+++ b/odin.nix
@@ -84,8 +84,6 @@
84 2010 2011 # notmuch-tcp 84 2010 2011 # notmuch-tcp
85 5001 # iperf 85 5001 # iperf
86 ]; 86 ];
87 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion
88 ];
89 allowedUDPPorts = [ 137 138 # samba 87 allowedUDPPorts = [ 137 138 # samba
90 ]; 88 ];
91 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 89 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
@@ -481,6 +479,8 @@
481 479
482 locations = { 480 locations = {
483 "/bar/".proxyPass = "http://bar/"; 481 "/bar/".proxyPass = "http://bar/";
482 "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080";
483 "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081";
484 }; 484 };
485 }; 485 };
486 486