Modified Virtualbox Settings, so KVM works

This commit is contained in:
Matthias 2024-08-01 12:12:56 +02:00
parent c9f666c2f0
commit 5435094870

View file

@ -344,6 +344,8 @@ in {
virtualisation.virtualbox.host = {
enable = true;
enableKvm = true;
enableHardening = false; # Incompatible with KVM
addNetworkInterface = false; # Incompatible with KVM
};
# Open ports in the firewall.