Improve VM support
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user