From 5435094870847ca68a26b5fe84b1d4f9e1eafe53 Mon Sep 17 00:00:00 2001 From: kB01 Date: Thu, 1 Aug 2024 12:12:56 +0200 Subject: [PATCH] Modified Virtualbox Settings, so KVM works --- systems/x86_64-linux/yerukall/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index c085244..b051ee7 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -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.