nix-infra/config/hosts/audio/shairport-sync.nix

9 lines
150 B
Nix

{ ... }:
{
services.shairport-sync = {
enable = true;
openFirewall = true;
arguments = "-vvv -o alsa -- -d plughw:1,0 -r 48000";
};
}