From 0b64cdb680f8f8418f1faf7258e1c5c497069e1a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 3 Apr 2026 19:37:14 -0600 Subject: sys/boot: efi: add efibootmgr to systemPackages --- sys/boot/efi.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/boot') diff --git a/sys/boot/efi.nix b/sys/boot/efi.nix index 71c42c8..0abd7a9 100644 --- a/sys/boot/efi.nix +++ b/sys/boot/efi.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: with lib; let @@ -39,6 +40,10 @@ in { }; }; + environment.systemPackages = [ + pkgs.efibootmgr + ]; + fileSystems.${cfg.esp.mountpoint} = { device = "/dev/disk/by-uuid/${cfg.esp.uuid}"; fsType = "vfat"; -- cgit v1.2.3