Skip to content

Commit

Permalink
remove virtualbox (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Dec 14, 2023
1 parent fc2ab2f commit 3094641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/virt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

{
virtualisation.libvirtd.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "francis" ];
# virtualisation.virtualbox.host.enable = true;
# users.extraGroups.vboxusers.members = [ "francis" ];
boot.extraModprobeConfig = "options kvm_intel nested=1";
environment.systemPackages = with pkgs.unstable; [
virt-manager
Expand Down

0 comments on commit 3094641

Please sign in to comment.