diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index b76499a..b665ba5 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -60,19 +60,12 @@ # generated at installation time. So we force it to false # for now. boot.loader.systemd-boot.enable = lib.mkForce false; - + boot.lanzaboote = { - enable = true; - pkiBundle = "/etc/secureboot"; + enable = true; + pkiBundle = "/etc/secureboot"; }; - #boot = { - #loader.systemd-boot.enable = lib.mkForce false; - #lanzaboote = { - #enable = true; - #pkiBundle = "/etc/secureboot"; - #}; - #}; # Enable bluetooth hardware hardware.bluetooth.enable = true;