mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot] enable bootspec validation
This commit is contained in:
parent
8b05a0634d
commit
c1d4a910f6
1 changed files with 2 additions and 0 deletions
2
boot.nix
2
boot.nix
|
|
@ -209,6 +209,8 @@ in {
|
||||||
})];
|
})];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
bootspec.enableValidation = true;
|
||||||
|
|
||||||
initrd.kernelModules = [ ];
|
initrd.kernelModules = [ ];
|
||||||
initrd.availableKernelModules = [ "ehci_pci" ];
|
initrd.availableKernelModules = [ "ehci_pci" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue