Modified Virtualbox Settings, so KVM works
This commit is contained in:
parent
c9f666c2f0
commit
5435094870
1 changed files with 2 additions and 0 deletions
|
@ -344,6 +344,8 @@ in {
|
||||||
virtualisation.virtualbox.host = {
|
virtualisation.virtualbox.host = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableKvm = true;
|
enableKvm = true;
|
||||||
|
enableHardening = false; # Incompatible with KVM
|
||||||
|
addNetworkInterface = false; # Incompatible with KVM
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
|
Loading…
Add table
Reference in a new issue