summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 13:26:40 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 13:26:40 +0200
commitfb242807a9e0eeb3a860fca0181fe174ea5ebe05 (patch)
tree013bb71bc6475c892a7c0507f61ae684319fe266
parent5c415bf00b71d2b4034d463c853d6abf1af9bf52 (diff)
downloadnixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar
nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.gz
nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.bz2
nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.xz
nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.zip
linux 4.5
-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