Added VirtualBox virtualisation Options

This commit is contained in:
Kaybee 2024-08-01 12:08:57 +02:00
parent e4cc11f59d
commit d8d096aa54

View file

@ -108,7 +108,7 @@ in {
users.users.kb-work = {
isNormalUser = true;
description = "kb-work";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "vboxusers" "networkmanager" "wheel" ];
packages = with pkgs; [
kate
thunderbird
@ -341,6 +341,11 @@ in {
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
};
virtualization.virtualbox.host = {
enable = true;
enableKvm = true;
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];