From af4f77a76731528e4d105ebcf8939b7e6f9721b1 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 cd9c81ce..31e3c414 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; } ]; }