From ed822895ca8e80d534a339e3ec9f1043fe375854 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 24 Nov 2025 11:03:57 -0800 Subject: Add memtest86plus @caladan --- hosts/caladan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index 67f5b78..4ef32c1 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -20,6 +20,7 @@ extraInstallCommands = '' ${pkgs.rsync}/bin/rsync -av --delete /efiboot/efi1/ /efiboot/efi2 ''; + memtest86.enable = true; }; timeout = 3; }; -- cgit v1.2.3