fix(grafana): Fix root URL

This commit is contained in:
Tristan Daniël Maat 2025-02-10 03:04:44 +08:00
parent c939b935bf
commit 92f5040cbc
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -6,7 +6,10 @@ in
services.grafana = {
enable = true;
settings = {
server.http_port = 3001; # Default overlaps with gitea
server = {
http_port = 3001; # Default overlaps with gitea
root_url = "https://metrics.tlater.net";
};
security = {
admin_user = "tlater";