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.