From 0f3b542ae5fd96770d16e306f941056fe4872e44 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 21 Jun 2026 23:17:49 +0200 Subject: [PATCH] fix build --- systems/gateway/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/gateway/hardware.nix b/systems/gateway/hardware.nix index 1b914e6..a6fca84 100644 --- a/systems/gateway/hardware.nix +++ b/systems/gateway/hardware.nix @@ -5,10 +5,12 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; boot.loader.systemd-boot.enable = lib.mkForce false; + boot.loader.efi.canTouchEfiVariables = lib.mkForce false; boot.loader.grub = { enable = true; device = "/dev/sda"; efiSupport = true; + efiInstallAsRemovable = true; }; boot.initrd.availableKernelModules =