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

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;