add virtualbox
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -44,6 +44,7 @@ swww/
|
||||
systemd/
|
||||
Upscayl/
|
||||
Vencord/
|
||||
VirtualBox/
|
||||
vlc/
|
||||
wal/
|
||||
wallust/
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
users.users.lusia = {
|
||||
isNormalUser = true;
|
||||
description = "Lukrecja";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" "libvirtd" "kvm" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" "wireshark" "libvirtd" "kvm" "vboxusers" ];
|
||||
initialPassword = "pass";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -225,6 +225,10 @@
|
||||
# Enable virtualisation
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Enable VirtualBox
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
|
||||
# Enable xwayland
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user