nixos/stage-1: fix option path in message

This commit is contained in:
Sandro Jäckel 2025-07-03 17:54:49 +02:00
parent 605cfcce80
commit 5e4801914b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -768,7 +768,7 @@ in
source: builtins.isPath source || (builtins.isString source && hasPrefix builtins.storeDir source)
) (attrValues config.boot.initrd.secrets);
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
secrets, e.g.: