[lucia] disable acme
Check flake syntax / flake-check (push) Successful in 9m32s
Hydra callback / on_pr (pull_request) Failing after 2m54s
Hydra callback / on_push (pull_request) Skipped

This commit is contained in:
2026-09-04 16:57:55 +02:00
parent de64464f35
commit 40f5451eb1
+3 -3
View File
@@ -208,7 +208,7 @@ in
enable = true;
virtualHosts."music.malobeo.org" = {
enableACME = true;
forceSSL = true;
forceSSL = false;
acmeRoot = null;
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
@@ -217,8 +217,8 @@ in
};
virtualHosts."pad.malobeo.org" = {
enableACME = true;
forceSSL = true;
enableACME = false;
forceSSL = false;
acmeRoot = null;
locations."/" = {