Enable Shairport Sync metadata and MQTT support

This commit is contained in:
June 2023-09-11 23:19:38 +02:00
commit 79def99252
3 changed files with 43 additions and 2 deletions

View file

@ -5,4 +5,10 @@
openFirewall = true;
arguments = "-v -o alsa -- -d plughw:1,0 -r 48000";
};
environment.etc.shairport-sync-config = {
enable = true;
source = ./shairport-sync.conf;
target = "shairport-sync.conf";
};
}