summaryrefslogtreecommitdiff
path: root/Biz/Dev/Configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Dev/Configuration.nix')
-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";