nixos/initrd-network: fix defaultText rendering of udhcpc.enable option in search (#481276)
This commit is contained in:
@@ -89,7 +89,7 @@ in
|
||||
|
||||
boot.initrd.network.udhcpc.enable = mkOption {
|
||||
default = config.networking.useDHCP && !config.boot.initrd.systemd.enable;
|
||||
defaultText = "networking.useDHCP";
|
||||
defaultText = lib.literalExpression "config.networking.useDHCP";
|
||||
type = types.bool;
|
||||
description = ''
|
||||
Enables the udhcpc service during stage 1 of the boot process. This
|
||||
|
||||
Reference in New Issue
Block a user