diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-05 04:07:19 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-05 04:07:19 -0800 |
commit | 34546757fd4880453726edb8f9873c3a58e23f73 (patch) | |
tree | 176fc5bb8442f8e91336c2aeb8dae9fc6d04d92d /home | |
parent | 8a6b9a4b902bc1be75751aad6d93c4d9783631a8 (diff) |
update
Diffstat (limited to 'home')
-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 |