From 6dd6b17ab76d115d5ad4bf2304e4e8911036da7d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 20 Mar 2025 03:44:43 -0400 Subject: [PATCH] soulseek: what??!?!??! --- services/soulseek.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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} ''; }