summary refs log tree commit diff
path: root/modules/installer/cd-dvd/installation-cd-new-kernel.nix
blob: 93bcbf00b25825bddc15bbd40a4377b565cdd4eb (plain) (blame)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  imports = [ ./installation-cd-graphical.nix ];

  boot.kernelPackages = pkgs.linuxPackages_3_10;
  boot.vesa = false;
}