change port

This commit is contained in:
twoneis 2025-02-23 15:32:40 +01:00
parent 202c7aed6c
commit 7185fdc514

View file

@ -22,7 +22,7 @@ in mkIf conf.grafana.enable {
settings = { settings = {
server = { server = {
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
http_port = 3000; http_port = 3001;
domain = "grafana.twoneis.site"; domain = "grafana.twoneis.site";
}; };
}; };