things and stuff

This commit is contained in:
2024-11-12 12:33:17 -05:00
parent 885a38eb7d
commit 1bbd8e1a53
9 changed files with 60 additions and 46 deletions

14
services/soulseek.nix Normal file
View File

@@ -0,0 +1,14 @@
{pkgs, ...}:
{
services.slskd = {
enable = true;
openFirewall = true;
domain = "www.gardling.com";
settings = {
shares = {
directories = ["/tank/music"];
};
};
};
}