From bd3ad1f0311246a1ecee0cea334110361b88254e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 00:12:53 -0700 Subject: [PATCH] [NixOS] Temporarily disable enableACME for 1896Folsom --- nixos/machines/biskcomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 5e892179..9226f168 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -47,7 +47,7 @@ in recommendedTlsSettings = true; virtualHosts = { "1896Folsom.duckdns.org" = { - enableACME = true; + # enableACME = true; forceSSL = true; locations."/" = { proxyPass = "http://[::1]:8222";