mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
move to unstable virtualbox
This commit is contained in:
parent
c889a136fb
commit
4bb4678dba
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, unstable, ... }:
|
||||
|
||||
{
|
||||
# set up virtualization with virtualbox
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
package = unstable.virtualbox;
|
||||
};
|
||||
# I'm gonna keep this disabled for the sake of my sanity
|
||||
# virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue