From 31c4ded910a3532830cb97d844b0337f48f6bdd7 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 15 Oct 2019 21:56:40 +0200 Subject: [PATCH] aplysia: enable transmission again --- aplysia.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aplysia.nix b/aplysia.nix index 9fb9b23..e928b4a 100644 --- a/aplysia.nix +++ b/aplysia.nix @@ -68,7 +68,7 @@ in in rec { config = { services.transmission = { - # enable = true; + enable = true; settings = { download-dir = homeDir; incomplete-dir = homeDir; @@ -78,7 +78,7 @@ in speed-limit-up = 800; speed-limit-up-enabled = true; - peer-port = 51415; + peer-port = 7455; }; };