change slskd port

This commit is contained in:
xunuwu 2025-02-20 15:48:28 +01:00
parent 2b5526afdd
commit 382df4af88
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 3 additions and 3 deletions

View file

@ -276,7 +276,7 @@ in {
remote_file_management = true;
shares.directories = ["/media/library/music"];
soulseek = {
listen_port = 14794;
listen_port = 26449;
description = "";
};
global = {

View file

@ -15,11 +15,11 @@
# Forwarded to my vpn, for making things accessible from outside
openVPNPorts = [
{
port = 14794;
port = 26449;
protocol = "both";
}
{
port = 14795;
port = 26450;
protocol = "both";
}
];