nixbld: remove memtest86

pull/21/head
Sebastien Bourdeauducq 2021-11-24 23:57:06 +08:00
parent 29830b0ae9
commit 8114dcfb6d
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ in
boot.loader.grub.copyKernels = true;
boot.loader.grub.device = "nodev";
boot.loader.grub.efiSupport = true;
boot.loader.grub.memtest86.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = ["zfs"];
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];