From e32c1f31bc728290b272a162437fe1122acf458d Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 20 Feb 2026 23:49:04 +0100 Subject: [PATCH] [fanny] fix keys.malobeo.org proxypass --- machines/fanny/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 0be72a35..1d494c8d 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -213,7 +213,7 @@ in virtualHosts."keys.malobeo.org" = { locations."/" = { - proxyPass = "http://10.0.0.16"; + proxyPass = "http://${hosts.malobeo.hosts.vaultwarden.network.address}"; extraConfig = '' proxy_set_header Host $host; '';