Removed extraneous configuration
This option didn't do anything anywmore (was seeing a warning when building my configuration).
This commit is contained in:
parent
aa575cb067
commit
9a26dbd5f3
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue