latest kernel
This commit is contained in:
parent
f1dd8542eb
commit
9b787bc3bd
2 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./locale.nix
|
||||
./kernel.nix
|
||||
./boot-efi.nix
|
||||
./nix-core.nix
|
||||
./services.nix
|
||||
|
|
|
|||
5
modules/system/kernel.nix
Normal file
5
modules/system/kernel.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue