sail: Use latest kernel
This commit is contained in:
parent
2d15a1b44c
commit
7a9fe6af95
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ modulesPath, ... }:
|
||||
{ pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
|
@ -11,6 +11,7 @@
|
|||
kernelModules = [ "nvme" ];
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelModules = [ "tcp_bbr" ];
|
||||
|
||||
kernel.sysctl = {
|
||||
|
|
Loading…
Reference in a new issue