From cfc232f3f9d759f9823f7f76a6b231ac737d6e61 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 5 Feb 2024 14:17:10 +0800 Subject: [PATCH] spec(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; };