forked from CCCHH/nix-infra
Enable Shairport Sync metadata and MQTT support
This commit is contained in:
parent
c1dd3f6011
commit
79def99252
3 changed files with 43 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue