[NixOS] Temporarily disable enableACME for 1896Folsom

This commit is contained in:
Ivan Malison 2023-11-16 00:12:53 -07:00
parent 4edbbda20f
commit bd3ad1f031

View File

@ -47,7 +47,7 @@ in
recommendedTlsSettings = true;
virtualHosts = {
"1896Folsom.duckdns.org" = {
enableACME = true;
# enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:8222";