place latest kernel config in its own file
This commit is contained in:
4
modules/kernel.nix
Normal file
4
modules/kernel.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
Reference in New Issue
Block a user