changed secret owner and formatted files
Some checks failed
/ Check formatting (push) Failing after 1s
Some checks failed
/ Check formatting (push) Failing after 1s
This commit is contained in:
parent
95d419d9e4
commit
2697607f91
4 changed files with 21 additions and 13 deletions
|
@ -1,15 +1,19 @@
|
|||
{
|
||||
glucose.modules = [
|
||||
({config, lib, ...}: {
|
||||
({
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
dataDir = "/var/services/grafana";
|
||||
# declarativePlugins = null;
|
||||
|
||||
settings = {
|
||||
# analytics = {};
|
||||
# database = {};
|
||||
# paths = {};
|
||||
settings = {
|
||||
# analytics = {};
|
||||
# database = {};
|
||||
# paths = {};
|
||||
security = {
|
||||
admin_user = "$__file" + "{${config.sops.secrets.grafana_admin_account.path}}";
|
||||
admin_password = "$__file" + "{${config.sops.secrets.grafana_admin_pass.path}}";
|
||||
|
@ -20,16 +24,18 @@
|
|||
http_addr = "127.0.0.1";
|
||||
http_port = 6700;
|
||||
};
|
||||
# smtp = {};
|
||||
# users = {};
|
||||
# smtp = {};
|
||||
# users = {};
|
||||
};
|
||||
|
||||
/*provision = {
|
||||
/*
|
||||
provision = {
|
||||
alerting = {};
|
||||
dashboards = {};
|
||||
datasources = {};
|
||||
};*/
|
||||
};
|
||||
*/
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue