forked from CCCHH/nix-infra
9 lines
150 B
Nix
9 lines
150 B
Nix
{ ... }:
|
|
{
|
|
services.shairport-sync = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
arguments = "-vvv -o alsa -- -d plughw:1,0 -r 48000";
|
|
};
|
|
}
|