From 9aaa89db7835247648ef9b212c9468a70a409aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 2 Oct 2025 14:38:58 +0200 Subject: [PATCH] gunter: add memtest86 to boot menu --- hosts/gunter/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index c0bb9eb..01fbe5f 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -48,6 +48,7 @@ loader.systemd-boot = { enable = true; configurationLimit = 10; + memtest86.enable = true; }; loader.efi = { canTouchEfiVariables = true;