dustbowl: enable virtualbox

This commit is contained in:
joachimschmidt557 2022-12-16 22:52:30 +01:00
parent 3fcca4a6f5
commit f6cc7662ec
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -382,13 +382,16 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
# virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
users.users.joachim = { users.users.joachim = {
isNormalUser = true; isNormalUser = true;
home = "/home/joachim"; home = "/home/joachim";
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" ]; extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" "vboxusers" ];
}; };
# Yubikey PAM # Yubikey PAM