fix: set the type of protocol
This commit is contained in:
parent
15271c1d09
commit
b8c6e153a4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in {
|
||||||
# maybe just do provision config directly ?
|
# maybe just do provision config directly ?
|
||||||
datasource = {
|
datasource = {
|
||||||
name = "Prometheus";
|
name = "Prometheus";
|
||||||
url = "localhost:${toString config.services.prometheus.port}";
|
url = "http://localhost:${toString config.services.skynet.prometheus.server.port}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue