mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: update Grafana settings
This commit is contained in:
parent
39bfd2dc65
commit
8fbdc73478
@ -33,11 +33,12 @@ in
|
|||||||
token_url = authSubpath "oauth2/token";
|
token_url = authSubpath "oauth2/token";
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
database = rec {
|
||||||
host = "127.0.0.1:${builtins.toString config.services.postgresql.port}";
|
host = "127.0.0.1:${builtins.toString config.services.postgresql.port}";
|
||||||
password = "$_file{${config.sops.secrets."grafana/database/password".path}}";
|
password = "$_file{${config.sops.secrets."grafana/database/password".path}}";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
user = config.services.grafana.database.name;
|
name = "grafana";
|
||||||
|
user = name;
|
||||||
};
|
};
|
||||||
|
|
||||||
log = {
|
log = {
|
||||||
|
Loading…
Reference in New Issue
Block a user