WIP: acme: Switch to a wildcard certificate

This commit is contained in:
Tristan Daniël Maat 2024-04-16 01:08:13 +02:00
parent 8f178f776e
commit 45d2502125
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 13 additions and 7 deletions

View file

@ -38,7 +38,7 @@ in {
services.nginx.virtualHosts."${domain}" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tlater.net";
enableHSTS = true;
locations."/".proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
};