Remove error from qemu_command
This commit is contained in:
@@ -72,7 +72,7 @@ def qemu_command(
|
|||||||
kernel_cmdline.append("console=tty0")
|
kernel_cmdline.append("console=tty0")
|
||||||
# fmt: off
|
# fmt: off
|
||||||
command = [
|
command = [
|
||||||
"qemu-kvms",
|
"qemu-kvm",
|
||||||
"-name", vm.flake_attr,
|
"-name", vm.flake_attr,
|
||||||
"-m", f'{nixos_config["memorySize"]}M',
|
"-m", f'{nixos_config["memorySize"]}M',
|
||||||
"-smp", str(nixos_config["cores"]),
|
"-smp", str(nixos_config["cores"]),
|
||||||
|
|||||||
@@ -98,4 +98,4 @@ class ClanList(Gtk.Box):
|
|||||||
vm.start_async()
|
vm.start_async()
|
||||||
|
|
||||||
if not row.get_active():
|
if not row.get_active():
|
||||||
vm.stop()
|
vm.stop_async()
|
||||||
|
|||||||
Reference in New Issue
Block a user