mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #304373 from SuperSandro2000/knot-settings
nixos/knot: use module system to combine settings option
This commit is contained in:
commit
666b73468d
@ -226,7 +226,7 @@ in {
|
||||
};
|
||||
|
||||
settings = mkOption {
|
||||
type = types.attrs;
|
||||
type = types.submodule { freeformType = types.attrs; };
|
||||
default = {};
|
||||
description = ''
|
||||
Extra configuration as nix values.
|
||||
|
Loading…
Reference in New Issue
Block a user