for some reason it defaulted to admin/admin. I Do Not want that, so i'm trying to change how it gets the path?
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 16:31:45 +02:00
parent 4e4b825e61
commit 4c1917ef24

View file

@ -15,8 +15,8 @@
# database = {}; # database = {};
# paths = {}; # paths = {};
security = { security = {
admin_user = "$__file" + "{${config.sops.secrets.grafana_admin_account.path}}"; admin_user = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_account.path}}"];
admin_password = "$__file" + "{${config.sops.secrets.grafana_admin_pass.path}}"; admin_password = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_pass.path}}"];
}; };
server = { server = {
root_url = "https://grf.collective-conciousness.monster"; root_url = "https://grf.collective-conciousness.monster";