shairport-sync: use airplay2 variant instead of custome overlay

This commit is contained in:
jopejoe1 2024-12-09 21:21:17 +01:00
commit 8764841759
Signed by: jopejoe1
SSH key fingerprint: SHA256:iesNfL4WU4CO65/llSGLFqmep76oYWfWLfl6HUPt2nk
2 changed files with 1 additions and 11 deletions

View file

@ -17,6 +17,7 @@ in
config = mkIf cfg.enable {
services.shairport-sync = {
enable = true;
package = pkgs.shairport-sync-airplay2;
arguments = "-o pw -v";
};