From 6a712c93f743cb7692972a6ae5c8449088fceb60 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Tue, 27 Apr 2021 21:28:06 -0400
Subject: Open ports for tor, mpd, and mpd-stream

---
 Biz/Dev/Configuration.nix | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'Biz')

diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix
index 3d97bce..c30aa01 100644
--- a/Biz/Dev/Configuration.nix
+++ b/Biz/Dev/Configuration.nix
@@ -9,6 +9,9 @@ let
     httpdev = { from = 8000; to = 8099; };
     devallocHost = 8095;
     hoogle = 8008;
+    mpd = 6600;
+    mpd-stream = 8097;
+    tor = 143;
   };
 in {
   networking = {
@@ -25,6 +28,9 @@ in {
         ports.jellyfin
         ports.delugeWeb
         ports.murmur
+        ports.mpd
+        ports.mpd-stream
+        ports.tor
       ];
       allowedTCPPortRanges = [
         ports.torrents
@@ -126,7 +132,7 @@ in {
       relay = {
         enable = true;
         role = "bridge";
-        port = 143;
+        port = ports.tor;
         nickname = "ydeee3q1cjo83tsuqcz";
         accountingMax = "10 GBytes";
         accountingStart = "month 1 1:00";
-- 
cgit v1.2.3