Change bootloader to lanzaboot in GLaDOS

This commit is contained in:
Lillian Violet 2024-02-15 22:17:04 +01:00
parent 82bac88a7b
commit f7ce86697f

View file

@ -43,6 +43,13 @@
# pkiBundle = "/etc/secureboot"; # pkiBundle = "/etc/secureboot";
# }; # };
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
boot.loader.systemd-boot.configurationLimit = 3; boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = ["bcachefs"]; boot.supportedFilesystems = ["bcachefs"];