remove nixpkgs-patcher

This commit is contained in:
2026-07-28 20:56:32 +02:00
parent 421b9a7cd6
commit 5a61ac8367
3 changed files with 12 additions and 58 deletions
+4 -1
View File
@@ -63,11 +63,14 @@
'';
listen_port = 32895;
};
feature = {
swagger = true;
};
integrations = {
webhooks = {
discord_relay = {
call = {
url = "http://127.0.0.1:5001/slskd_webhook";
url = "http://localhost:5001/slskd_webhook";
};
on = [ "UploadFileComplete" ];
timeout = 5000;