This commit is contained in:
parent
f0739c942b
commit
e438ea4069
1 changed files with 6 additions and 6 deletions
|
@ -348,12 +348,12 @@ in {
|
||||||
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
|
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.virtualbox.host = {
|
# virtualisation.virtualbox.host = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableKvm = true;
|
# enableKvm = true;
|
||||||
enableHardening = false; # Incompatible with KVM
|
# enableHardening = false; # Incompatible with KVM
|
||||||
addNetworkInterface = false; # Incompatible with KVM
|
# addNetworkInterface = false; # Incompatible with KVM
|
||||||
};
|
# };
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
|
Loading…
Add table
Reference in a new issue