move kernel
This commit is contained in:
parent
f2c9e4d5b7
commit
8ef80c6048
2 changed files with 8 additions and 2 deletions
8
modules/core/kernel.nix
Normal file
8
modules/core/kernel.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
config = {
|
||||
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue