Merge pull request #304373 from SuperSandro2000/knot-settings

nixos/knot: use module system to combine settings option
This commit is contained in:
Martin Weinelt 2024-04-19 17:26:53 +02:00 committed by GitHub
commit 666b73468d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.