nixos/iso-image: disable graphical GRUB on GNOME ISOs too
It's broken for a lot of people.
This commit is contained in:
parent
154dc02a88
commit
f387b065b1
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
imports = [ ./installation-cd-graphical-base.nix ];
|
||||
|
||||
isoImage.edition = "gnome";
|
||||
isoImage.graphicalGrub = true;
|
||||
|
||||
services.xserver.desktopManager.gnome = {
|
||||
# Add Firefox and other tools useful for installation to the launcher
|
||||
|
|
Loading…
Reference in a new issue