mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Upgraded kernel
This commit is contained in:
parent
31843804fe
commit
eff191f7cf
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue