Added VirtualBox virtualisation Options
This commit is contained in:
parent
e4cc11f59d
commit
d8d096aa54
1 changed files with 6 additions and 1 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Add table
Reference in a new issue