Unverified Commit d1f74248 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/grafana: fix evaluation when no settings is defined

Before it would fail on line 11 where we check if postgres is used with
an error that the undefined option settings was accessed.
parent 7cf19f38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;