From 382df4af88ebf38ac07a6a175a13fbb6a95ec789 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 20 Feb 2025 15:48:28 +0100 Subject: [PATCH] change slskd port --- sys/machines/hopper/lab/default.nix | 2 +- sys/machines/nixdesk/wireguard.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/machines/hopper/lab/default.nix b/sys/machines/hopper/lab/default.nix index a5f43b1..0170d78 100644 --- a/sys/machines/hopper/lab/default.nix +++ b/sys/machines/hopper/lab/default.nix @@ -276,7 +276,7 @@ in { remote_file_management = true; shares.directories = ["/media/library/music"]; soulseek = { - listen_port = 14794; + listen_port = 26449; description = ""; }; global = { diff --git a/sys/machines/nixdesk/wireguard.nix b/sys/machines/nixdesk/wireguard.nix index 7c1c426..050b947 100644 --- a/sys/machines/nixdesk/wireguard.nix +++ b/sys/machines/nixdesk/wireguard.nix @@ -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"; } ];