diff options
-rw-r--r-- | system/packages/packages.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/packages/packages.nix b/system/packages/packages.nix index b0402580..6eb25681 100644 --- a/system/packages/packages.nix +++ b/system/packages/packages.nix @@ -139,8 +139,8 @@ with pkgs; let Hardware = { Boot = [ - efibootmgr # Linux user-space application to modify the EFI Boot Manager - grub # GNU GRand Unified Bootloader (2) + #efibootmgr # Linux user-space application to modify the EFI Boot Manager + #grub # GNU GRand Unified Bootloader (2) ]; Storage = [ |