summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-06-12 17:17:42 +0200
committerAlan Pearce2022-06-12 17:19:26 +0200
commit1fb286fa1b6d5c060b4a18514fdab5e30b2a273b (patch)
tree98fe600be37d977c9aeec8feebc3331a2ec37e04
parentbfef0dcce0bf28874450b0b32afdefc6e3624e8c (diff)
downloadnixfiles-1fb286fa1b6d5c060b4a18514fdab5e30b2a273b.tar.lz
nixfiles-1fb286fa1b6d5c060b4a18514fdab5e30b2a273b.tar.zst
nixfiles-1fb286fa1b6d5c060b4a18514fdab5e30b2a273b.zip
bare-metal: enable managing EFI boot entries
-rw-r--r--system/settings/hardware/bare-metal.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/bare-metal.nix b/system/settings/hardware/bare-metal.nix
index 2dba6231..7d995934 100644
--- a/system/settings/hardware/bare-metal.nix
+++ b/system/settings/hardware/bare-metal.nix
@@ -2,6 +2,7 @@
 
 { environment.systemPackages = with pkgs; [
     exfat
+		efibootmgr
     cryptsetup
     dmidecode
     hdparm