nixos/knot: use module system to combine settings option

This commit is contained in:
Sandro Jäckel 2024-04-15 23:19:07 +02:00
parent 1f54fa2ddf
commit 490ba58dd7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ in {
};
settings = mkOption {
type = types.attrs;
type = types.submodule { freeformType = types.attrs; };
default = {};
description = ''
Extra configuration as nix values.