Skip to content
Snippets Groups Projects
Commit 1ad90f41 authored by Florian Sesser's avatar Florian Sesser
Browse files

Use real webserver name

... we'll need this later for the TLS cert.
parent 59f51ada
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!120Add GSuite SSO to Grafana
......@@ -59,5 +59,7 @@
inherit paymentExporterTargets;
};
services.private-storage.monitoring.grafana.domain = "${config.networking.hostName}.${config.networking.domain}";
system.stateVersion = stateVersion;
}
......@@ -30,7 +30,6 @@ rec {
];
services.private-storage.monitoring.grafana = {
domain = "monitoring.private.storage";
prometheusUrl = "http://localhost:9090/";
lokiUrl = "http://localhost:3100/";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment