minor spelling mistake
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 16:57:36 +02:00
parent 1fd04521c8
commit 2e8ac8030f

View file

@ -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 = {