nixos/stage-1: fix option path in message
This commit is contained in:
parent
605cfcce80
commit
5e4801914b
@ -768,7 +768,7 @@ in
|
|||||||
source: builtins.isPath source || (builtins.isString source && hasPrefix builtins.storeDir source)
|
source: builtins.isPath source || (builtins.isString source && hasPrefix builtins.storeDir source)
|
||||||
) (attrValues config.boot.initrd.secrets);
|
) (attrValues config.boot.initrd.secrets);
|
||||||
message = ''
|
message = ''
|
||||||
boot.loader.initrd.secrets values must be unquoted paths when
|
boot.initrd.secrets values must be unquoted paths when
|
||||||
using a bootloader that doesn't natively support initrd
|
using a bootloader that doesn't natively support initrd
|
||||||
secrets, e.g.:
|
secrets, e.g.:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user