From 6996a952c99caa705282ba98bc3a4fcc292d8579 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 30 May 2026 00:25:06 +0200 Subject: [PATCH] nixos/kernel_config: remove redundant mergeEqualOption --- nixos/modules/system/boot/kernel_config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/modules/system/boot/kernel_config.nix b/nixos/modules/system/boot/kernel_config.nix index 2cf34e899cae..115b55d98143 100644 --- a/nixos/modules/system/boot/kernel_config.nix +++ b/nixos/modules/system/boot/kernel_config.nix @@ -29,9 +29,7 @@ let }; freeform = mkOption { - type = types.nullOr types.str // { - merge = mergeEqualOption; - }; + type = types.nullOr types.str; default = null; example = ''MMC_BLOCK_MINORS.freeform = "32";''; description = ''