diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 6b690f81..40c7db37 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -76,6 +76,7 @@ in { 631 # cups 80 443 # Web/ympd 6600 # mpd + 5000 # shairport ]; networking.firewall.allowedUDPPorts = [ 631 @@ -153,6 +154,9 @@ in { publish.userServices = true; }; + # Enable Audio streaming for Mac clients + services.shairport-sync.enable = true; + # Enable the X11 windowing system. # services.xserver.enable = true; # services.xserver.layout = "us";