nixos/grafana: fix evaluation when no settings is defined (#354361)

This commit is contained in:
Sandro 2024-11-11 15:00:45 +01:00 committed by GitHub
commit ba2f9f2fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,7 @@ in
Grafana settings. See <https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/>
for available options. INI format is used.
'';
default = { };
type = types.submodule {
freeformType = settingsFormatIni.type;