configure grafana further. set up prometheus node export.
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 17:53:08 +02:00
parent 8bc83ebd0b
commit f93018a4cf
2 changed files with 38 additions and 2 deletions

View file

@ -30,6 +30,9 @@
admin_user = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_account.path}}"];
admin_password = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_pass.path}}"];
secret_key = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_secret_key.path}}"];
disable_gravatar = true;
cookie_secure = true;
};
server = {
root_url = "https://grf.collective-conciousness.monster";
@ -38,7 +41,10 @@
http_port = 6700;
};
# smtp = {};
# users = {};
users = {
allow_org_create = true;
default_theme = "system";
};
};
/*