summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index f2d56ce0..4ebad026 100644
--- a/hel.nix
+++ b/hel.nix
@@ -39,11 +39,11 @@
39 defaultLocale = "en_US.UTF-8"; 39 defaultLocale = "en_US.UTF-8";
40 }; 40 };
41 41
42 boot.kernelPackages = pkgs.linuxPackages_4_6 // { 42 boot.kernelPackages = pkgs.linuxPackages_4_5 // {
43 virtualbox = pkgs.linuxPackages.virtualbox.override { 43 virtualbox = pkgs.linuxPackages.virtualbox.override {
44 enableExtensionPack = true; 44 enableExtensionPack = true;
45 pulseSupport = true; 45 pulseSupport = true;
46 kernel = pkgs.linux_4_6; 46 kernel = pkgs.linux_4_5;
47 }; 47 };
48 }; 48 };
49 49