Modify caddy
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
}: {
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
settings = {
|
||||
server = {
|
||||
http_addr = "localhost";
|
||||
http_port = 3033;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.prometheus = {
|
||||
|
||||
Reference in New Issue
Block a user