aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-25 08:20:25 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-25 08:29:39 -0800
commit2777680940425a9a741a8ba1befef2fcf1cc139b (patch)
treea86d7ea98aceb31325de04324ba59ebd5b20f96e /modules
parentenforce sorting in some places (diff)
downloadinfra-2777680940425a9a741a8ba1befef2fcf1cc139b.tar.gz
enable lanzaboote
Diffstat (limited to '')
-rw-r--r--modules/host-config.nix4
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;
+ };
};
}