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

nixos/knot: use module system to combine settings option

parent 1f54fa2d
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.