From 9bb3639a04c5ec0180ea8f265b9dd0eb9573335a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 3 Oct 2020 12:47:03 +0200 Subject: [PATCH] aplysia: transmission: listen on more than localhost --- aplysia.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/aplysia.nix b/aplysia.nix index 01d7aa4..3f4debe 100644 --- a/aplysia.nix +++ b/aplysia.nix @@ -105,6 +105,7 @@ in peer-port = 7455; + rpc-bind-address = localAddress; rpc-whitelist-enabled = false; }; };