From a600829d56632b6d94a9c4b010b24b82d3b6c3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 14:42:18 +0200 Subject: [PATCH] s/port/internalPort --- vm/garage-vm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/garage-vm.nix b/vm/garage-vm.nix index cd9c81c..31e3c41 100644 --- a/vm/garage-vm.nix +++ b/vm/garage-vm.nix @@ -18,8 +18,8 @@ in { } { from = "host"; - host.port = fedicfg.web.port; - guest.port = fedicfg.web.port; + host.port = fedicfg.web.internalPort; + guest.port = fedicfg.web.internalPort; } ]; }