diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-25 08:20:25 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-25 08:29:39 -0800 |
| commit | 2777680940425a9a741a8ba1befef2fcf1cc139b (patch) | |
| tree | a86d7ea98aceb31325de04324ba59ebd5b20f96e /modules | |
| parent | enforce sorting in some places (diff) | |
| download | infra-2777680940425a9a741a8ba1befef2fcf1cc139b.tar.gz | |
enable lanzaboote
Diffstat (limited to '')
| -rw-r--r-- | modules/host-config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; + }; }; } |
