Adding avahi

This commit is contained in:
Adam Boardman 2020-12-13 18:11:17 +00:00
parent e059a9b1b5
commit b6ebaf95ae
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ actions:
- action: apt
description: Installing additional Debian packages
packages: [ curl, gnupg, net-tools, openssh-server, sudo ]
packages: [ curl, gnupg, net-tools, openssh-server, sudo, avahi-daemon ]
- action: run
chroot: true

View file

@ -223,3 +223,4 @@ useradd -m -u 100000 -g 100000 -G audio,input,video,sudo,aid_system,aid_graphics
echo cosmo:cosmo | chpasswd
usermod systemd-timesync -a -G aid_inet
usermod avahi -a -G aid_inet