From 14126751e0252b7d8cd52f5ff0b5594457c7fce3 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 15 Feb 2024 22:18:23 +0100 Subject: [PATCH] Need to remove enabling systemdboot --- nixos/hosts/GLaDOS/configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index cd3c917..8d4e254 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -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 = {