fix: get sfp working, allow debian to ssh, and fixup lcd

This commit is contained in:
Chris Blake 2024-05-19 15:15:09 -05:00
parent 85a5bd66e0
commit b37bdd27d4
3 changed files with 16 additions and 7 deletions

View file

@ -13,3 +13,13 @@ datasource:
- DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -f -y
- omv-confdbadm populate
- omv-salt deploy run hosts
- usermod -a -G _ssh debian
# Setup network for both nics
network:
version: 2
ethernets:
enp0s1:
dhcp4: true
enp0s2:
dhcp4: true