diff --git a/services/soulseek.nix b/services/soulseek.nix index ae8e967..386d96b 100644 --- a/services/soulseek.nix +++ b/services/soulseek.nix @@ -29,12 +29,12 @@ global = { download = { - slots = 10; - speed_limit = 1000; + slots = 3; + speed_limit = 500; }; upload = { - slots = 10; - speed_limit = 1000; + slots = 4; + speed_limit = 500; }; }; }; @@ -48,9 +48,11 @@ "d ${service_configs.music_dir} 0750 ${username} music" ]; + + + + # doesn't work with auth???? services.caddy.virtualHosts."soulseek.${service_configs.https.domain}".extraConfig = '' - # tls internal - ${builtins.readFile ../secrets/caddy_auth} reverse_proxy :${builtins.toString config.services.slskd.settings.web.port} ''; }