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";