diff --git a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix index 381223a078b..24e7a006314 100644 --- a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix +++ b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix @@ -1,5 +1,5 @@ # This module contains the basic configuration for building a NixOS -# installation CD. +# tarball for the sheevaplug. { config, pkgs, ... }: @@ -87,6 +87,7 @@ in pkgs.bvi # binary editor pkgs.joe ]; +*/ boot.loader.grub.enable = false; boot.loader.generationsDir.enable = false;