This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 14:28:51 +01:00
parent 09316011ab
commit 1fd894a3b3
3 changed files with 4 additions and 9 deletions

View File

@@ -17,11 +17,9 @@ in
environment.systemPackages = with pkgs; [ sbctl ];
boot = {
lanzaboote =
let
lanzaboote = let
windows-efi-shell-fs-alias = "HD0a65535a2";
in
{
in {
enable = true;
pkiBundle = "/etc/secureboot";
package = lib.mkForce (pkgs.writeShellApplication {