From c1d4a910f6fae65897a6558a62c940cf158d737c Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Mon, 26 Jun 2023 20:39:57 +0200 Subject: [PATCH] [Boot] enable bootspec validation --- boot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot.nix b/boot.nix index 3c9eaf5..89d9db8 100644 --- a/boot.nix +++ b/boot.nix @@ -209,6 +209,8 @@ in { })]; boot = { + bootspec.enableValidation = true; + initrd.kernelModules = [ ]; initrd.availableKernelModules = [ "ehci_pci" ];