update soulseek user
This commit is contained in:
parent
4ab97ac8a0
commit
38069c344a
2 changed files with 14 additions and 12 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue