added lanzaboote.nix for secure boot

This commit is contained in:
kenji
2025-08-14 15:13:56 -05:00
parent bc268218a5
commit e1cf3ad59d
5 changed files with 254 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
niv
sbtctl
sbctl
];
}