From 90469e2fb3721e43dd25898a41d7b24e632e68a6 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 13:29:13 -0500 Subject: [PATCH] ingress-proxy: refactor vhosts --- nixos/hosts/ingress-proxy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 63c1c47..2109162 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -24,7 +24,7 @@ in { }; virtualHosts = let - static = { src ? null, url ? null, rev ? null, aliases ? [], name ? url }: { + static = { src ? null, url ? null, rev ? null, aliases ? [], name }: { http2 = true; http3 = true; forceSSL = true; @@ -90,6 +90,7 @@ in { "mekanoe.com" = static { url = "https://codeberg.org/noe/personal-site.git"; rev = "8601d3a426bc07c715f265b2132b384c21397533"; + name = "mekanoe.com"; }; "oc.mekanoe.com" = static {