[overwatch] fix grafana warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m34s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m34s
This commit is contained in:
@@ -25,9 +25,11 @@ with lib;
|
|||||||
|
|
||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "grafana.malobeo.org";
|
settings.server = {
|
||||||
port = 2342;
|
domain = "grafana.malobeo.org";
|
||||||
addr = "127.0.0.1";
|
http_port = 2342;
|
||||||
|
http_addr = "127.0.0.1";
|
||||||
|
};
|
||||||
|
|
||||||
provision.datasources.settings = {
|
provision.datasources.settings = {
|
||||||
apiVersion = 1;
|
apiVersion = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user