diff --git a/devices/latoure/configuration.nix b/devices/latoure/configuration.nix index c49b8f5..592b38f 100644 --- a/devices/latoure/configuration.nix +++ b/devices/latoure/configuration.nix @@ -66,6 +66,13 @@ enable = true; openFirewall = true; }; + transmission = { + enable = true; + settings = { + rpc-bind-address = "0.0.0.0"; + rpc-whitelist = "127.0.0.1,192.168.*.*"; + }; + }; }; # Set your time zone. diff --git a/devices/server/configuration.nix b/devices/server/configuration.nix index e892020..a278c0b 100644 --- a/devices/server/configuration.nix +++ b/devices/server/configuration.nix @@ -72,13 +72,6 @@ in { inherit user; enable = true; }; - transmission = { - enable = true; - settings = { - rpc-bind-address = "0.0.0.0"; - rpc-whitelist = "127.0.0.1,192.168.*.*"; - }; - }; taskchampion-sync-server = { inherit user; enable = true;