mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-05 20:44:05 +05:30
Upgraded kernel
This commit is contained in:
parent
31843804fe
commit
eff191f7cf
2 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ ../../system/hardware-configuration.nix
|
[ ../../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/opengl.nix
|
||||||
../../system/hardware/printing.nix
|
../../system/hardware/printing.nix
|
||||||
../../system/hardware/bluetooth.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…
Add table
Add a link
Reference in a new issue