mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
Merge pull request #307440 from vcunat/p/knot-service
nixos/knot: use a more precise type for .settings
This commit is contained in:
commit
3b61d595b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue