summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 14ea349b..c71791ef 100644
--- a/odin.nix
+++ b/odin.nix
@@ -64,6 +64,7 @@
64 allowPing = true; 64 allowPing = true;
65 allowedTCPPorts = [ 22 # ssh 65 allowedTCPPorts = [ 22 # ssh
66 139 445 # samba 66 139 445 # samba
67 2010 # notmuch-tcp
67 ]; 68 ];
68 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion 69 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion
69 ]; 70 ];