Skip to content

Commit ba2f9f2

Browse files
nixos/grafana: fix evaluation when no settings is defined (#354361)
2 parents 2556109 + d1f7424 commit ba2f9f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/monitoring/grafana.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ in
255255
Grafana settings. See <https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/>
256256
for available options. INI format is used.
257257
'';
258+
default = { };
258259
type = types.submodule {
259260
freeformType = settingsFormatIni.type;
260261

0 commit comments

Comments
 (0)