forked from nyanloutre/nixos-config
PC-Fixe: activation memtest GRUB
This commit is contained in:
parent
7f4611feef
commit
b26cf3b8ae
@ -17,6 +17,7 @@
|
|||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
zfsSupport = true;
|
zfsSupport = true;
|
||||||
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
boot.kernelParams = ["acpi_enforce_resources=lax"];
|
boot.kernelParams = ["acpi_enforce_resources=lax"];
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user