fix(grafana): Fix root URL
This commit is contained in:
parent
c939b935bf
commit
92f5040cbc
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue