update soulseek user

This commit is contained in:
xunuwu 2025-05-02 00:16:05 +02:00
parent 4ab97ac8a0
commit 38069c344a
2 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,8 @@
{config, ...}: {
{
config,
pkgs,
...
}: {
systemd.services.slskd.vpnConfinement = {
enable = true;
vpnNamespace = "wg";
@ -17,7 +21,10 @@
shares.directories = ["/media/library/music"];
soulseek = {
listen_port = 26449;
description = "";
picture = pkgs.fetchurl {
url = "https://cdn.donmai.us/original/57/65/__kasane_teto_utau_drawn_by_nonounno__576558c9a54c63a268f9b584f1e84c9f.png";
hash = "sha256-7WOClBi4QgOfmcMaMorK/t8FGGO7dNUwxg3AVEjRemw=";
};
};
global = {
upload = {