fix: set the type of protocol

This commit is contained in:
silver 2024-05-23 04:10:15 +01:00
parent 15271c1d09
commit b8c6e153a4
Signed by: silver
GPG key ID: 54E2C71918E93B74

View file

@ -101,7 +101,7 @@ in {
# maybe just do provision config directly ?
datasource = {
name = "Prometheus";
url = "localhost:${toString config.services.prometheus.port}";
url = "http://localhost:${toString config.services.skynet.prometheus.server.port}";
};
};
}