petalius: reactivate virtualbox

This commit is contained in:
Gabriel Ebner 2019-02-12 14:39:55 +01:00
parent 45ffe6c587
commit 4d25702c3e
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
# virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages; boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_4_19;
boot.kernelPatches = [ boot.kernelPatches = [
# { patch = ./len0073.patch; name = "len0073"; } # { patch = ./len0073.patch; name = "len0073"; }
]; ];