Need to remove enabling systemdboot

This commit is contained in:
Lillian Violet 2024-02-15 22:18:23 +01:00
parent f7ce86697f
commit 14126751e0

View file

@ -30,19 +30,6 @@
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;
# Lanzaboote currently replaces the systemd-boot module.
# This setting is usually set to true in configuration.nix
# 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";
# };
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {