From 2777680940425a9a741a8ba1befef2fcf1cc139b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 25 Jan 2026 08:20:25 -0800 Subject: enable lanzaboote --- modules/host-config.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/host-config.nix b/modules/host-config.nix index ff1eaa5..348c7b0 100644 --- a/modules/host-config.nix +++ b/modules/host-config.nix @@ -17,5 +17,9 @@ type = lib.types.bool; default = false; }; + secureBoot = lib.mkOption { + type = lib.types.bool; + default = false; + }; }; } -- cgit v1.2.3