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"; }; };