feat(host/orion): use latest linux kernel

This commit is contained in:
Price Hiller 2024-07-01 22:41:24 -05:00
parent 337e26a470
commit 7d3b12bea9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -8,6 +8,7 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "kvm-intel" ];
kernelParams = [ "audit=1" ];
extraModulePackages = [ ];