Make debugging easier.

This commit is contained in:
Tom Alexander 2022-11-01 23:03:30 -04:00
parent 683c264650
commit b7139ded65
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@
# - zsh
# - network
# - sshd
- base
# - base
# - firewall
# - cpu
# - ntp
@ -27,4 +27,4 @@
# - fuse
# - autofs
# - exfat
# - bhyve
- bhyve

View File

@ -2,7 +2,8 @@
loader="uefi"
graphics="yes"
xhci_mouse="yes"
graphics_listen="127.0.0.1"
graphics_listen="0.0.0.0"
# graphics_listen="127.0.0.1"
# graphics_listen="10.216.1.1"
graphics_res="1920x1080"
# graphics_wait="yes"
@ -18,7 +19,7 @@ memory=1024M
# Manually specify network device
network0_type="virtio-net"
network0_device="tap0"
network0_device="host_link3"
disk0_type="virtio-blk"
disk0_name="disk0"