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 {