make lanzaboote optional
This commit is contained in:
@@ -11,11 +11,7 @@
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 3;
|
||||
systemd-boot.enable = false;
|
||||
};
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
systemd-boot.enable = !config.boot.lanzaboote.enable;
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/Accelerated_Video_Playback
|
||||
|
||||
Reference in New Issue
Block a user