mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-03-09 15:40:13 +00:00
fix: network improvements
Move to networkd since OMV uses it, also means first boot is a bit faster. Also improve readme.
This commit is contained in:
parent
b37bdd27d4
commit
459d0a4758
5 changed files with 16 additions and 47 deletions
|
@ -101,6 +101,10 @@ system_info:
|
|||
groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, video]
|
||||
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
||||
shell: /bin/bash
|
||||
# systemd networking for omv
|
||||
network:
|
||||
renderers: ['networkd']
|
||||
activators: ['networkd']
|
||||
# Other config here will be given to the distro class and/or path classes
|
||||
paths:
|
||||
cloud_dir: /var/lib/cloud/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue