change virsh command

This commit is contained in:
Gerg-L 2023-12-06 19:41:57 -05:00
parent 66addc98a6
commit 16cf4a1a05
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

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