From a79ab5b9ba5ef914e1c165ab03aa84c2b3fb03a1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 20 May 2024 13:18:35 +0200 Subject: [PATCH] Disable lanzaboote on glados for now --- nixos/hosts/GLaDOS/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index ac4a843..2e060ad 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -67,12 +67,12 @@ }; }; - boot.loader.systemd-boot.enable = lib.mkForce false; + boot.loader.systemd-boot.enable = true; - boot.lanzaboote = { - enable = true; - pkiBundle = "/etc/secureboot"; - }; + # boot.lanzaboote = { + # enable = true; + # pkiBundle = "/etc/secureboot"; + # }; users.users.lillian.extraGroups = ["gamemode"];