diff options
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/Configuration.nix | 8 |
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"; |