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