diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 13:28:47 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 13:28:47 +0200 |
commit | f42c642879c25b8ab7636a242cceec80d15aea4a (patch) | |
tree | db7fe2c612426185b30aa35da257e4bf2a2cb256 | |
parent | fb242807a9e0eeb3a860fca0181fe174ea5ebe05 (diff) | |
download | nixos-f42c642879c25b8ab7636a242cceec80d15aea4a.tar nixos-f42c642879c25b8ab7636a242cceec80d15aea4a.tar.gz nixos-f42c642879c25b8ab7636a242cceec80d15aea4a.tar.bz2 nixos-f42c642879c25b8ab7636a242cceec80d15aea4a.tar.xz nixos-f42c642879c25b8ab7636a242cceec80d15aea4a.zip |
linux 4.1
-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_5 // { | 42 | boot.kernelPackages = pkgs.linuxPackages_4_1 // { |
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_5; | 46 | kernel = pkgs.linux_4_1; |
47 | }; | 47 | }; |
48 | }; | 48 | }; |
49 | 49 | ||