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