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
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment