From 5e4801914bec1c79bbddb4ae582b350ea53ee3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 3 Jul 2025 17:54:49 +0200 Subject: [PATCH] nixos/stage-1: fix option path in message --- nixos/modules/system/boot/stage-1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix index 09e6fcaf9ea7..f5f914d8fa4d 100644 --- a/nixos/modules/system/boot/stage-1.nix +++ b/nixos/modules/system/boot/stage-1.nix @@ -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.: