Unverified Commit 666b7346 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #304373 from SuperSandro2000/knot-settings

nixos/knot: use module system to combine settings option
parents fa2007fe 490ba58d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ in {
      };

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