feat(host/orion): use latest linux kernel
This commit is contained in:
parent
337e26a470
commit
7d3b12bea9
@ -8,6 +8,7 @@
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelParams = [ "audit=1" ];
|
||||
extraModulePackages = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user