This commit is contained in:
2024-12-27 23:03:11 +02:00
parent c81b11138a
commit a2c6bedd37

View File

@@ -34,7 +34,7 @@
# };
services.nginx.enable = true;
services.nginx.virtualHosts."test.kyren.codes" = {
enableACME = true;
useACMEHost = "kyren.codes";
forceSSL = true;
locations."/" = {
index = "index.html";