From f387b065b1f7d68135b91bfb431a2f9db9cd9611 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 6 Sep 2023 13:36:31 +0300 Subject: [PATCH] nixos/iso-image: disable graphical GRUB on GNOME ISOs too It's broken for a lot of people. --- .../modules/installer/cd-dvd/installation-cd-graphical-gnome.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix index ea8056ff870c..573b31b439c2 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix @@ -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