syntax fumbled
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 14:59:49 +02:00
parent 3b3bbb61c3
commit a6f6a9235e
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
glucose.modules = [ glucose.modules = [
{( {
services.grafana = { services.grafana = {
enable = true; enable = true;
dataDir = "/var/services/grafana"; dataDir = "/var/services/grafana";
@ -27,6 +27,6 @@
datasources = {}; datasources = {};
};*/ };*/
}; };
)} }
]; ];
} }

View file

@ -1,12 +1,12 @@
{ {
glucose.modules = [ glucose.modules = [
{( {
services.prometheus = { services.prometheus = {
enable = true; enable = true;
port = 6750; port = 6750;
enableReload = true; enableReload = true;
}; };
)} }
]; ];
} }