diff --git a/modules/nixos/deertopia/slskd.nix b/modules/nixos/deertopia/slskd.nix index 421d714..09b0f7b 100644 --- a/modules/nixos/deertopia/slskd.nix +++ b/modules/nixos/deertopia/slskd.nix @@ -24,6 +24,19 @@ in { shares.directories = [ "${config.nixarr.mediaDir}/library" ]; + soulseek.description = '' + hi }:). i share my entire media directory, with a good + amount of non-music stuff. this account is for a slskd + instance i leave running 24/7. + + a while back, i reconfigured both my network setup and my + share directories, forgetting to update them in soulseek. + thus, i've been unknowingly leeching for several months. i + only noticed once i realise someone banned me from + downloading, and looking up why one would do that LOL. i'm + very sorry for that. + ''; + soulseek.picture = ./slskd/deer.png; }; }; diff --git a/modules/nixos/deertopia/slskd/deer.png b/modules/nixos/deertopia/slskd/deer.png new file mode 100644 index 0000000..6d4dbec Binary files /dev/null and b/modules/nixos/deertopia/slskd/deer.png differ