This commit is contained in:
parent
1fd04521c8
commit
2e8ac8030f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
name = "grafanadb";
|
name = "grafanadb";
|
||||||
user = "grafana";
|
user = "grafana";
|
||||||
password = lib.mkForce builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_db_pass}}"];
|
password = lib.mkForce builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_db_pass.path}}"];
|
||||||
};
|
};
|
||||||
# paths = {};
|
# paths = {};
|
||||||
security = {
|
security = {
|
||||||
|
|
Loading…
Reference in a new issue