mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Bump toothpicks kernel to latest
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
c4539602e0
commit
1d39c23d0b
|
@ -1,8 +1,16 @@
|
|||
{ inputs', ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: let
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
in {
|
||||
imports = [
|
||||
(inputs'.nixpkgs + "/nixos/modules/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.initrd.kernelModules = ["nvme"];
|
||||
boot = {
|
||||
initrd.kernelModules = ["nvme"];
|
||||
kernelPackages = kernelPackages;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue