diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||