aplysia: enable transmission again

This commit is contained in:
Gabriel Ebner 2019-10-15 21:56:40 +02:00
parent f866389c28
commit 31c4ded910
1 changed files with 2 additions and 2 deletions

View File

@ -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;
};
};