Enable grafana-image-renderer
This commit is contained in:
parent
5b89b29e3f
commit
d76c9c6f21
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
};
|
||||
smtp = {
|
||||
enable = true;
|
||||
host = "mail.vanpetegem.me:25";
|
||||
user = "noreply@vanpetegem.me";
|
||||
fromAddress = "noreply@vanpetegem.me";
|
||||
passwordFile = config.age.secrets."passwords/services/grafana/smtp".path;
|
||||
|
@ -62,6 +63,11 @@
|
|||
USERS_DEFAULT_THEME = "light";
|
||||
};
|
||||
};
|
||||
grafana-image-renderer = {
|
||||
enable = true;
|
||||
provisionGrafana = true;
|
||||
chromium = pkgs.ungoogled-chromium;
|
||||
};
|
||||
postgresql = {
|
||||
enable = true;
|
||||
dataDir = "${config.chvp.dataPrefix}/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue