gummiboot: fix typo
This commit is contained in:
parent
e05a37d736
commit
134750f6ac
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
assertions = [
|
||||
{
|
||||
assertion = (config.boot.kernelPacakges.kernel.features or { efiBootStub = true; }) ? efiBootStub;
|
||||
assertion = (config.boot.kernelPackages.kernel.features or { efiBootStub = true; }) ? efiBootStub;
|
||||
|
||||
message = "This kernel does not support the EFI boot stub";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue