1
0
Fork 0

first commit

This commit is contained in:
Sohrab Behdani 2024-07-23 11:16:58 +03:30
commit 7aa6b640b5
14 changed files with 2205 additions and 0 deletions

8
setup/avahi Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -uo pipefail
# Install and enable avahi (mDNS/DNS-SD stack)
# This e.g. makes a Pi easy to find on the network (just issue ssh alarm@alarm.local)
pacman -Syu --noconfirm --needed avahi
systemctl enable avahi-daemon