Modify caddy

This commit is contained in:
2023-09-12 22:57:19 +01:00
parent 1f6b51e3d8
commit 2851c593da
4 changed files with 88 additions and 97 deletions

View File

@@ -6,7 +6,12 @@
}: {
services.grafana = {
enable = true;
settings = {};
settings = {
server = {
http_addr = "localhost";
http_port = 3033;
};
};
};
services.prometheus = {