Upgraded kernel
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
{
|
||||
imports =
|
||||
[ ../../system/hardware-configuration.nix
|
||||
../../system/hardware/power.nix
|
||||
../../system/hardware/kernel.nix # Kernel config
|
||||
../../system/hardware/power.nix # Power management
|
||||
../../system/hardware/opengl.nix
|
||||
../../system/hardware/printing.nix
|
||||
../../system/hardware/bluetooth.nix
|
||||
|
5
system/hardware/kernel.nix
Normal file
5
system/hardware/kernel.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
Reference in New Issue
Block a user