summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-15 23:19:07 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-19 15:27:21 +0000
commitc89298825406e4ac8e487b7967bf5810e55235ed (patch)
tree5866eec130ce7e1f46a32ad17b0e7d03357fadbf
parentMerge pull request #305145 from NixOS/backport-304768-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-304373-to-release-23.11.tar.gz
nixos/knot: use module system to combine settings optionorigin/backport-304373-to-release-23.11
(cherry picked from commit 490ba58dd7a5687a5cde953161a5bcb198261012)
-rw-r--r--nixos/modules/services/networking/knot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/knot.nix b/nixos/modules/services/networking/knot.nix
index 54aaf4e6fe67..f2413a89b955 100644
--- a/nixos/modules/services/networking/knot.nix
+++ b/nixos/modules/services/networking/knot.nix
@@ -166,7 +166,7 @@ in {
};
settings = mkOption {
- type = types.attrs;
+ type = types.submodule { freeformType = types.attrs; };
default = {};
description = lib.mdDoc ''
Extra configuration as nix values.