petalius: use older kernel for now for vbox

This commit is contained in:
Gabriel Ebner 2020-04-11 11:38:29 +02:00
parent 7a8a25926e
commit a9c8398ed7
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@
virtualisation.virtualbox.host.enable = true;
boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_5;
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_4_19;
boot.kernelPatches = [
# { patch = ./len0073.patch; name = "len0073"; }