Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 21, 2024
1 parent bd52f39 commit eba117f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system/virtualisation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
GSETTINGS_BACKEND = "keyfile";
};
virtualisation.spiceUSBRedirection.enable = true; # allows VMs to access USB
users.users.${userSettings.username}.extraGroups = [ "libvirtd" ];
users.users.${userSettings.username}.extraGroups = [
"libvirtd" # Needed for Virt Manager
"vboxusers" # Needed for Virtualbox
];

# Enable Virtualbox
virtualisation.virtualbox.host = {
Expand Down

0 comments on commit eba117f

Please sign in to comment.