diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index c695a42..84bdc5c 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -24,7 +24,14 @@ virtualisation.docker.enable = true; # Torrent client - services.transmission.enable = true; + services.transmission = { + enable = true; + settings = { + rpc-bind-address = "192.168.7.10"; + rpc-port = 9091; + rpc-whitelist = "192.168.7.*"; + }; + }; services.ollama = { enable = true;