Commented VirtualBox. Not needed rn

This commit is contained in:
Kaybee 2024-08-26 15:36:02 +02:00
parent f0739c942b
commit e438ea4069

View file

@ -348,12 +348,12 @@ in {
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
};
virtualisation.virtualbox.host = {
enable = true;
enableKvm = true;
enableHardening = false; # Incompatible with KVM
addNetworkInterface = false; # Incompatible with KVM
};
# virtualisation.virtualbox.host = {
# enable = true;
# enableKvm = true;
# enableHardening = false; # Incompatible with KVM
# addNetworkInterface = false; # Incompatible with KVM
# };
virtualisation.libvirtd.enable = true;
# Open ports in the firewall.