mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added VirtualBox virtualisation Options
This commit is contained in:
parent
e4cc11f59d
commit
d8d096aa54
|
|
@ -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…
Reference in a new issue