From 07b26c4648fc55d02e22551e025b9e9d2bb988b8 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 5 Feb 2024 14:17:10 +0800 Subject: [PATCH] feat(focus): enable boot-time memory test --- spec/focus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/focus/default.nix b/spec/focus/default.nix index a161d860..d8e281fe 100644 --- a/spec/focus/default.nix +++ b/spec/focus/default.nix @@ -13,6 +13,7 @@ fs.cryptsetup.allowDiscards = false; fs.cryptsetup.uuids.secret = "c2bc361e-6f9a-48fa-b698-ed3603a9664a"; boot.lanzaboote = true; + boot.memtest = 4; acme.enable = true; };