forked from poz/niksos
13 lines
232 B
Nix
13 lines
232 B
Nix
|
_: {
|
||
|
services.transmission = {
|
||
|
enable = true;
|
||
|
home = "/media/Torrent";
|
||
|
openFirewall = true;
|
||
|
openRPCPort = true;
|
||
|
|
||
|
settings = {
|
||
|
rpc-bind-address = "0.0.0.0";
|
||
|
};
|
||
|
};
|
||
|
}
|