niksos/hosts/chmura/services/transmission.nix
2024-07-16 00:26:09 +02:00

12 lines
229 B
Nix

{
services.transmission = {
enable = true;
home = "/media/Torrent";
openFirewall = true;
openRPCPort = true;
settings = {
rpc-bind-address = "0.0.0.0";
};
};
}