diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 13:26:40 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 13:26:40 +0200 |
commit | fb242807a9e0eeb3a860fca0181fe174ea5ebe05 (patch) | |
tree | 013bb71bc6475c892a7c0507f61ae684319fe266 | |
parent | 5c415bf00b71d2b4034d463c853d6abf1af9bf52 (diff) | |
download | nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.gz nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.bz2 nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.tar.xz nixos-fb242807a9e0eeb3a860fca0181fe174ea5ebe05.zip |
linux 4.5
-rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||