summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-27 21:28:06 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:34 -0500
commit6a712c93f743cb7692972a6ae5c8449088fceb60 (patch)
tree56450afe896b540bd495ccdbee66af40bf7c0edb
parent5348f71ab93b399482bd3d57ee67651087686013 (diff)
Open ports for tor, mpd, and mpd-stream
-rw-r--r--Biz/Dev/Configuration.nix8
1 files changed, 7 insertions, 1 deletions
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";