ma misa-felix.ml: disable acme for now

This commit is contained in:
makefu 2021-10-01 18:52:31 +02:00
parent 9ae9c6c888
commit 9a85d6e2bc
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -3,8 +3,8 @@
services.nginx = { services.nginx = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
virtualHosts."misa-felix.ml" = { virtualHosts."misa-felix.ml" = {
forceSSL = true; #forceSSL = true;
enableACME = true; #enableACME = true;
locations = { locations = {
"/" = { "/" = {
index = "index.html"; index = "index.html";