Allow broken packages to make vbox work

This commit is contained in:
Valentin Brandl 2021-01-24 15:14:53 +01:00
parent 31271d0180
commit 61fd2da960

View File

@ -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" ];
}