From 7f95cc46011de8a49bf4ad373755de5f2718bb2b Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Wed, 21 Jan 2026 13:42:37 +0100 Subject: [PATCH] Add empty vhost for froidmont.org --- profiles/hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/hel.nix b/profiles/hel.nix index 7e26ec9..b989242 100644 --- a/profiles/hel.nix +++ b/profiles/hel.nix @@ -361,6 +361,12 @@ }; services.nginx.virtualHosts = { + + "froidmont.org" = { + enableACME = true; + forceSSL = true; + }; + "uptime.froidmont.org" = { serverAliases = [ "status.${config.networking.domain}" ]; forceSSL = true;