ma misa-felix.ml: disable acme for now

This commit is contained in:
makefu 2021-10-01 18:52:31 +02:00
parent 9eecb192a8
commit 802b35ada7

View file

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