things and stuff
This commit is contained in:
14
services/soulseek.nix
Normal file
14
services/soulseek.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
services.slskd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
domain = "www.gardling.com";
|
||||
|
||||
settings = {
|
||||
shares = {
|
||||
directories = ["/tank/music"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user