mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Upgraded kernel
This commit is contained in:
parent
31843804fe
commit
eff191f7cf
2 changed files with 7 additions and 1 deletions
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