summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 23:44:36 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 23:44:36 +0200
commite4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6 (patch)
tree3302909938d40fbfecfafc696d33a8efe32a7914 /hel.nix
parent5eb55da54398e20ecb6379f62e6c4cbab4ed63ef (diff)
downloadnixos-e4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6.tar
nixos-e4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6.tar.gz
nixos-e4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6.tar.bz2
nixos-e4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6.tar.xz
nixos-e4e6f234b26d63ef24b5b0bf55f59bc00aa9ffe6.zip
consistent kernel?
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 828c64b5..d5ce3fab 100644
--- a/hel.nix
+++ b/hel.nix
@@ -43,6 +43,7 @@
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_latest;
46 }; 47 };
47 }; 48 };
48 49