Skip to content

Commit

Permalink
Merge pull request NixOS#304373 from SuperSandro2000/knot-settings
Browse files Browse the repository at this point in the history
nixos/knot: use module system to combine settings option
  • Loading branch information
mweinelt authored Apr 19, 2024
2 parents fa2007f + 490ba58 commit 666b734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/knot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ in {
};

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

0 comments on commit 666b734

Please sign in to comment.