From 37f0ac278d567539ae5d8d29a5b13a56cd83fb2e Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 28 Aug 2026 16:35:23 +0200 Subject: [PATCH] [fanny] enableACME and forceSSL on antamap --- machines/fanny/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 6e5a4b9..37db83a 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -289,6 +289,8 @@ in }; virtualHosts."antamap.malobeo.org" = { + forceSSL = true; + enableACME = true; locations."/" = { proxyPass = "http://${hosts.malobeo.hosts.antamap.network.address}:80"; extraConfig = ''