From d305bd07752bbf40d5b9bfa26e72c056b72f5446 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 27 Mar 2020 17:11:57 +0800 Subject: [PATCH] transmission: adjustments --- configs/workhorse/transmission.nix | 6 +++--- system/all/syncthing.nix | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/configs/workhorse/transmission.nix b/configs/workhorse/transmission.nix index af2784f..a1aa809 100644 --- a/configs/workhorse/transmission.nix +++ b/configs/workhorse/transmission.nix @@ -52,15 +52,15 @@ in { settings = { download-dir = "/home/torrent/downloads"; incomplete-dir = "/home/torrent/incomplete"; - incomplete-dir-enable = true; + incomplete-dir-enabled = true; message-level = 1; umask = "002"; rpc-whitelist-enabled = false; rpc-host-whitelist-enabled = false; # "normal" speed limits - speed-limit-down-enabled = true; - speed-limit-down = 500; + speed-limit-down-enabled = false; + speed-limit-down = 800; speed-limit-up-enabled = true; speed-limit-up = 50; upload-slots-per-torrent = 8; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 01a85f2..e1c800e 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -85,11 +85,6 @@ with lib; { watch = false; devices = [ "workout" "pepe" "sterni" ]; }; - lost-fotos = { - enable = lib.mkDefault false; - watch = false; - devices = [ "workout" "workhorse" ]; - }; movies = { enable = lib.mkDefault false; id = "vatmy-c2qf4";