Allow broken packages to make vbox work
This commit is contained in:
parent
31271d0180
commit
61fd2da960
@ -4,6 +4,8 @@
|
||||
zoom-us
|
||||
];
|
||||
|
||||
# TODO: remove this after virtualbox has been fixed in 20.09
|
||||
nixpkgs.config.allowBroken = true;
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "me" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user