nixos/grafana: fix evaluation when no settings is defined (#354361)
This commit is contained in:
commit
ba2f9f2fff
@ -255,6 +255,7 @@ in
|
|||||||
Grafana settings. See <https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/>
|
Grafana settings. See <https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/>
|
||||||
for available options. INI format is used.
|
for available options. INI format is used.
|
||||||
'';
|
'';
|
||||||
|
default = { };
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
freeformType = settingsFormatIni.type;
|
freeformType = settingsFormatIni.type;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user