mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
change virsh command
This commit is contained in:
parent
66addc98a6
commit
16cf4a1a05
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ in
|
||||||
cfg_monitors
|
cfg_monitors
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vm-start = "virsh start Windows";
|
vm-start = "virsh -c qemu:///system start Windows";
|
||||||
vm-stop = "virsh shutdown Windows";
|
vm-stop = "virsh -c qemu:///system shutdown Windows";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue