niksos/hosts/chmura/services/transmission.nix

13 lines
229 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2023-09-08 16:10:15 +02:00
services.transmission = {
enable = true;
home = "/media/Torrent";
openFirewall = true;
openRPCPort = true;
settings = {
rpc-bind-address = "0.0.0.0";
};
};
}