From e5447b5cdab8d93417741b86f8df9258a3c546ad Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 4 Jan 2024 15:24:09 +0800 Subject: [PATCH] feat(chireiden): enable secure boot --- spec/chireiden/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/chireiden/default.nix b/spec/chireiden/default.nix index b950a835..4d1c34d9 100644 --- a/spec/chireiden/default.nix +++ b/spec/chireiden/default.nix @@ -7,6 +7,7 @@ fs.cryptsetup.enable = true; fs.cryptsetup.uuids.nix = "3905f87f-7b11-49ef-8ddf-f4202c555ffd"; fs.cryptsetup.uuids.persist = "b2322f01-1c44-433f-a995-4ddce5845cf9"; + boot.lanzaboote = true; gui.enable = true; gui.type = "prime"; };