diff --git a/modules/services/torrents/default.nix b/modules/services/torrents/default.nix index f61c3f72..5834689d 100644 --- a/modules/services/torrents/default.nix +++ b/modules/services/torrents/default.nix @@ -29,6 +29,8 @@ rpc-whitelist-enabled = false; }; }; + # Temporary workaround + systemd.services.transmission.environment.TR_CURL_SSL_NO_VERIFY = "1"; age.secrets."files/programs/transmission/config.json" = { file = ../../../secrets/files/programs/transmission/config.json.age;