place latest kernel config in its own file

This commit is contained in:
Kopatz
2023-11-26 20:18:19 +01:00
parent d4f2c7c05e
commit 2e5d922548
3 changed files with 6 additions and 2 deletions

4
modules/kernel.nix Normal file
View File

@@ -0,0 +1,4 @@
{pkgs, ...}:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}