Grub Config Changes

This commit is contained in:
Annika Merris 2024-09-04 10:18:14 -04:00
parent f901b58939
commit d8ae8c610f
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Stuff for nixos-anywhere
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
# efiInstallAsRemovable = true;
};
environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.gitMinimal ];