summaryrefslogtreecommitdiff
path: root/Biz/Dev
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Dev')
-rw-r--r--Biz/Dev/Configuration.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix
index c0c9e0a..970122e 100644
--- a/Biz/Dev/Configuration.nix
+++ b/Biz/Dev/Configuration.nix
@@ -3,7 +3,7 @@
let
ports = {
murmur = 64738;
- torrents = { from = 6000; to = 6999; };
+ torrents = { from = 3000; to = 3002; };
delugeWeb = 8112;
jellyfin = 8096;
};
@@ -24,7 +24,6 @@ in {
ports.murmur
];
allowedTCPPortRanges = [
- { from = 3000; to = 3100; } # dev stuff
ports.torrents
];
allowedUDPPorts = [ ports.murmur ];