Removed extraneous configuration

This option didn't do anything anywmore (was seeing a warning when
building my configuration).
This commit is contained in:
Alejandro Angulo 2023-06-09 17:41:17 -07:00
parent aa575cb067
commit 9a26dbd5f3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -30,7 +30,6 @@
##for problematic UEFI firmware ##for problematic UEFI firmware
grub.efiInstallAsRemovable = true; grub.efiInstallAsRemovable = true;
grub.enable = true; grub.enable = true;
grub.version = 2;
grub.copyKernels = true; grub.copyKernels = true;
grub.efiSupport = true; grub.efiSupport = true;
grub.zfsSupport = true; grub.zfsSupport = true;