From 0de05774b71ca1ae41a210e562c7dc0a1af4c76c Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 26 Apr 2024 13:47:41 -0400 Subject: [PATCH] 473 current 2024-04-26 13:47:33 24.05.20240426.4c86138 6.8.6-zen1 * --- hosts/earth/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 9714b13..b8c8880 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -44,7 +44,11 @@ services.fstrim.enable = true; # Bootloader. - boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.enable = lib.mkForce false; + boot.lanzaboote = { + enable = true; + pkiBundle = "/etc/secureboot"; + }; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "earth"; # Define your hostname.