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 = {
|
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 = [ ... ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue