Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin 0635cdbe83 fixup! Install shairport-sync
dustin/airplaypi/pipeline/head This commit looks good Details
2025-09-09 10:31:25 -05:00
Dustin beac5cfaec iwd: Disable network configuration
We just want `iwd` to connect to the WiFi network.  `systemd-networkd`
will handle IP management.
2025-09-09 10:29:09 -05:00
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
[General]
EnableNetworkConfiguration=false
[Network]
NameResolvingService=systemd

View File

@ -4,8 +4,8 @@ Documentation=man:shairport-sync(7)
Documentation=file:///usr/share/doc/shairport-sync/README.md.gz
Documentation=https://github.com/mikebrady/shairport-sync
After=sound.target
Requires=avahi-daemon.service
After=avahi-daemon.service
Requires=avahi-daemon.socket
After=avahi-daemon.socket
Wants=network-online.target
After=network.target network-online.target