dacd7d5a58
It was using 3.2, the same kernel as the other isos.
9 lines
147 B
Nix
9 lines
147 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
require = [ ./installation-cd-graphical.nix ];
|
|
|
|
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
|
boot.vesa = false;
|
|
}
|