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

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

  boot.kernelPackages = pkgs.linuxPackages_latest;
}