From 16cf4a1a05cc7e8411c086cd97e8e967e67ea3ac Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Wed, 6 Dec 2023 19:41:57 -0500 Subject: [PATCH] change virsh command --- hosts/gerg-desktop/vfio.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gerg-desktop/vfio.nix b/hosts/gerg-desktop/vfio.nix index c68003e..f644c30 100644 --- a/hosts/gerg-desktop/vfio.nix +++ b/hosts/gerg-desktop/vfio.nix @@ -120,8 +120,8 @@ in cfg_monitors ]; shellAliases = { - vm-start = "virsh start Windows"; - vm-stop = "virsh shutdown Windows"; + vm-start = "virsh -c qemu:///system start Windows"; + vm-stop = "virsh -c qemu:///system shutdown Windows"; }; };