mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-03-09 15:40:13 +00:00
fix: get sfp working, allow debian to ssh, and fixup lcd
This commit is contained in:
parent
85a5bd66e0
commit
b37bdd27d4
3 changed files with 16 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue