Skip to content

Commit

Permalink
Disable virtualbox extension pack
Browse files Browse the repository at this point in the history
  • Loading branch information
khrj committed Sep 9, 2021
1 parent 46f7ec5 commit 133554a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/os/components/programs/virtualbox.nix
Expand Up @@ -2,8 +2,5 @@

{
users.extraGroups.vboxusers.members = [ "khushraj" ];
virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
virtualisation.virtualbox.host.enable = true;
}

0 comments on commit 133554a

Please sign in to comment.