mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-06 18:40:50 +00:00
Modified Virtualbox Settings, so KVM works
This commit is contained in:
parent
c9f666c2f0
commit
5435094870
|
|
@ -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…
Reference in a new issue