Unverified Commit 5cb7aa5e authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixos/knot: use a more precise type for .settings

See discussion on PR #304373
parent 30ddacc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ in {
      };

      settings = mkOption {
        type = types.submodule { freeformType = types.attrs; };
        type = (pkgs.formats.yaml {}).type;
        default = {};
        description = ''
          Extra configuration as nix values.