lol

Merge pull request #307440 from vcunat/p/knot-service

nixos/knot: use a more precise type for .settings

authored by

Martin Weinelt and committed by
GitHub
3b61d595 82a87c99

+1 -1
+1 -1
nixos/modules/services/networking/knot.nix
··· 226 226 }; 227 227 228 228 settings = mkOption { 229 - type = types.submodule { freeformType = types.attrs; }; 229 + type = (pkgs.formats.yaml {}).type; 230 230 default = {}; 231 231 description = '' 232 232 Extra configuration as nix values.