Commit 95b6e7d1590d
Changed files (1)
profiles
profiles/virtualization.nix
@@ -4,6 +4,10 @@
{
virtualisation = {
virtualbox.host.enable = true;
+ libvirtd = {
+ enable = true;
+ enableKVM = true;
+ };
};
networking.firewall.trustedInterfaces = [ "vboxnet0" ];
environment = {