Use latest kernel.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
imports = [
|
||||
./cpufreq.nix
|
||||
./flakes.nix
|
||||
./kernel.nix
|
||||
./locale.nix
|
||||
./network.nix
|
||||
./nix.nix
|
||||
|
||||
4
common/global/kernel.nix
Normal file
4
common/global/kernel.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
Reference in New Issue
Block a user