From 9bc49f89c7e2af706bc4fb164329dd79f0bb52cf Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Mon, 5 Jan 2026 22:58:23 +0100 Subject: [PATCH] undo --- nixosConfigurations/hetzner-vpn2/blog.nix | 1 - nixosConfigurations/hetzner-vpn2/headscale.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/nixosConfigurations/hetzner-vpn2/blog.nix b/nixosConfigurations/hetzner-vpn2/blog.nix index da05683..367ef2b 100644 --- a/nixosConfigurations/hetzner-vpn2/blog.nix +++ b/nixosConfigurations/hetzner-vpn2/blog.nix @@ -14,7 +14,6 @@ in nginx.virtualHosts = { "zerforschen.plus" = { enableACME = true; - useACMEHost = "zerforschen.plus"; forceSSL = true; locations = { "/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics"; diff --git a/nixosConfigurations/hetzner-vpn2/headscale.nix b/nixosConfigurations/hetzner-vpn2/headscale.nix index 59a4621..6eac407 100644 --- a/nixosConfigurations/hetzner-vpn2/headscale.nix +++ b/nixosConfigurations/hetzner-vpn2/headscale.nix @@ -31,7 +31,6 @@ in nginx.virtualHosts."uplink.darkest.space" = { enableACME = true; forceSSL = true; - useACMEHost = "uplink.darkest.space"; locations."/" = { proxyPass = "http://localhost:${builtins.toString headscale-port}"; proxyWebsockets = true;