Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created January 28, 2019 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/fc7778ef44e51693a5a6e2896e7be83f to your computer and use it in GitHub Desktop.
Save samueldr/fc7778ef44e51693a5a6e2896e7be83f to your computer and use it in GitHub Desktop.
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix b/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
index bcdbffdc20b..b48c5722faa 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
@@ -9,4 +9,5 @@
];
fonts.fontconfig.enable = false;
+ boot.loader.grub.forcei686 = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment