From f2266ac7b5c9da4a283a4d30e7d53c3d38851160 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 6 Sep 2023 08:13:38 +0100 Subject: [PATCH] Update dash ports to allow local instance whilst tunneling --- hosts/Ronin/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index 66a67582..685fb945 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -28,7 +28,7 @@ in { } { # Dash/Plotly - bind.port = 8050; + bind.port = 8051; host.address = "localhost"; host.port = 8050; } @@ -46,7 +46,7 @@ in { } { # Dash/Plotly - bind.port = 8051; + bind.port = 8052; host.address = "localhost"; host.port = 8050; }