niksos/hosts/chmura/transmission.nix

13 lines
232 B
Nix
Raw Normal View History

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";
};
};
}