{ pkgs, ... }: { services.shairport-sync = { enable = pkgs.stdenv.isLinux; openFirewall = pkgs.stdenv.isLinux; }; }