diff options
Diffstat (limited to 'home/xyz/.local/bin/qg')
-rwxr-xr-x | home/xyz/.local/bin/qg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/qg b/home/xyz/.local/bin/qg index 1496fcb9..bb519a40 100755 --- a/home/xyz/.local/bin/qg +++ b/home/xyz/.local/bin/qg @@ -9,7 +9,7 @@ qemu-system-x86_64 \ -cpu host \ -smp 2,sockets=1,cores=1,threads=2 \ -display gtk,zoom-to-fit=on \ - -nic user,model=virtio-net-pci \ + -nic user,model=virtio-net-pci,hostfwd=::53684-:22 \ -usb -device usb-tablet \ -device virtio-blk,drive=myhd \ -drive if=none,file="$XDG_DOWNLOAD_DIR/qemu/guix.qcow2",format=qcow2,id=myhd |