From 00c68477159298a91a5deaa657c8b727c040bf5e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 1 Nov 2024 21:58:30 +0000 Subject: [PATCH] fix bootloader just for EDI --- hosts/x86_64/EDI/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/x86_64/EDI/configuration.nix b/hosts/x86_64/EDI/configuration.nix index 99cb8d2..b7d19c6 100644 --- a/hosts/x86_64/EDI/configuration.nix +++ b/hosts/x86_64/EDI/configuration.nix @@ -7,6 +7,8 @@ #./home-assistant.nix ]; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [ "console=tty0" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];