rustboro: enable secure boot

This commit is contained in:
Aly Raffauf 2024-08-24 15:52:21 -04:00
parent c6b59d0e34
commit e3a1c3e4df

View file

@ -22,9 +22,16 @@
self.nixosModules.common-wifi-profiles
];
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
boot = {
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = lib.mkForce false;
};
};
environment.variables = {