3
0
Fork 0
forked from mirrors/nixpkgs

iso-image: Enable nouveau by default

This is a much more sensible default for modern hardware.
This commit is contained in:
adisbladis 2019-08-22 23:10:03 +01:00 committed by worldofpeace
parent b3a06f10d1
commit da8019bfce

View file

@ -165,8 +165,8 @@ let
else
"# No refind for ${targetArch}"
;
grubPkgs = if config.boot.loader.grub.forcei686 then pkgs.pkgsi686Linux else pkgs;
grubPkgs = if config.boot.loader.grub.forcei686 then pkgs.pkgsi686Linux else pkgs;
grubMenuCfg = ''
#
@ -562,8 +562,6 @@ in
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "uas" ];
boot.blacklistedKernelModules = [ "nouveau" ];
boot.initrd.kernelModules = [ "loop" ];
# Closures to be copied to the Nix store on the CD, namely the init