From e438ea406988a859e3fe7715b6091bb112cc76fd Mon Sep 17 00:00:00 2001 From: kB01 Date: Mon, 26 Aug 2024 15:36:02 +0200 Subject: [PATCH] Commented VirtualBox. Not needed rn --- systems/x86_64-linux/yerukall/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index e112137..6c5bd0e 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -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.