From ebb0cea592d7def9833c9a6c979033ca4132c8cf Mon Sep 17 00:00:00 2001 From: June Date: Sun, 1 Feb 2026 21:06:33 +0100 Subject: [PATCH] public-web-static: make www.c3cat.de actually work --- config/hosts/public-web-static/virtualHosts/c3cat.de.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/public-web-static/virtualHosts/c3cat.de.nix b/config/hosts/public-web-static/virtualHosts/c3cat.de.nix index ff59fab..95f9b59 100644 --- a/config/hosts/public-web-static/virtualHosts/c3cat.de.nix +++ b/config/hosts/public-web-static/virtualHosts/c3cat.de.nix @@ -23,7 +23,7 @@ in { ]; }; - "$www.${domain}" = { + "www.${domain}" = { forceSSL = true; useACMEHost = "${domain}";