Improve VM support

This commit is contained in:
Greg Hellings
2023-08-07 16:15:58 -05:00
parent b6ce32fadc
commit 3a267b815d
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ in {
workspaces-only-on-primary = true;
};
"org/virt-manager/virt-manager/connections" = {
autoconnect = [ "qemu://session" "qemu://system" ];
uris = [ "qemu://session" "qemu://system" ];
autoconnect = [ "qemu:///session" "qemu:///system" ];
uris = [ "qemu:///session" "qemu:///system" ];
};
};
});
+4 -1
View File
@@ -17,7 +17,10 @@
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
};
virtualbox.host.enable = true;
virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
waydroid.enable = true;
lxd.enable = true;