From f7ce86697f0990466b27b6e72835c462250a049e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 15 Feb 2024 22:17:04 +0100 Subject: [PATCH] Change bootloader to lanzaboot in GLaDOS --- nixos/hosts/GLaDOS/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 829303e..cd3c917 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -43,6 +43,13 @@ # 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.efi.canTouchEfiVariables = true; boot.supportedFilesystems = ["bcachefs"];