From b26cf3b8ae2cc41df54391e3af4bb9e68ef1e8cd Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 21 Apr 2020 02:39:01 +0200 Subject: [PATCH] PC-Fixe: activation memtest GRUB --- systems/PC-Fixe/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index 19bd78210..d3a6f5183 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -17,6 +17,7 @@ efiSupport = true; device = "nodev"; zfsSupport = true; + memtest86.enable = true; }; boot.kernelParams = ["acpi_enforce_resources=lax"]; boot.tmpOnTmpfs = true;