monitoring #1
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}}"];
|
||||
password = lib.mkForce builtins.concatStringsSep "" ["$__file" "{${config.sops.secrets.grafana_db_pass.path}}"];
|
||||
};
|
||||
# paths = {};
|
||||
security = {
|
||||
|
|
Loading…
Reference in a new issue