This commit is contained in:
Tom Alexander 2022-11-01 23:50:53 -04:00
parent 9406b8337e
commit 0f8ebc5bbe
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 26 additions and 26 deletions

View File

@ -2,29 +2,29 @@
vars: vars:
ansible_become: True ansible_become: True
roles: roles:
# - sudo - sudo
# - users - users
# - package_manager - package_manager
# - zrepl - zrepl
# - zsh - zsh
# - network - network
# - sshd - sshd
# - base - base
# - firewall - firewall
# - cpu - cpu
# - ntp - ntp
# - build - build
# - graphics - graphics
# - gpg - gpg
# - fonts - fonts
# - alacritty - alacritty
# - sway - sway
# - emacs - emacs
# - firefox - firefox
# - devfs - devfs
# - ssh_client - ssh_client
- jail - jail
# - fuse - fuse
# - autofs - autofs
# - exfat - exfat
- bhyve - bhyve

View File

@ -2,8 +2,8 @@
loader="uefi" loader="uefi"
graphics="yes" graphics="yes"
xhci_mouse="yes" xhci_mouse="yes"
graphics_listen="0.0.0.0" # graphics_listen="0.0.0.0"
# graphics_listen="127.0.0.1" graphics_listen="127.0.0.1"
# graphics_listen="10.216.1.1" # graphics_listen="10.216.1.1"
graphics_res="1920x1080" graphics_res="1920x1080"
# graphics_wait="yes" # graphics_wait="yes"