1
0
Fork 0

sail: Use latest kernel

This commit is contained in:
Daniel Kempkens 2023-02-20 18:47:48 +01:00
parent 2d15a1b44c
commit 7a9fe6af95
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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 = {