fixing grafana

This commit is contained in:
Chris Cochrun 2025-05-16 00:00:21 -05:00
parent 0b023f20c5
commit 15f79ce898

View file

@ -78,6 +78,11 @@ with lib;
services.fstrim.enable = true;
services = {
nginx.virtualHosts."graf.tfcconnection.org" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://${config.services.grafana.settings.server.http_addr}:${toString config.services.grafana.settings.server.http_port}";
};
grafana = {
enable = true;
settings.server = {