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
Some checks failed
/ Check formatting (push) Failing after 1s
This commit is contained in:
parent
4e4b825e61
commit
4c1917ef24
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
# database = {};
|
||||
# paths = {};
|
||||
security = {
|
||||
admin_user = "$__file" + "{${config.sops.secrets.grafana_admin_account.path}}";
|
||||
admin_password = "$__file" + "{${config.sops.secrets.grafana_admin_pass.path}}";
|
||||
admin_user = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_account.path}}"];
|
||||
admin_password = builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_admin_pass.path}}"];
|
||||
};
|
||||
server = {
|
||||
root_url = "https://grf.collective-conciousness.monster";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue