pulsebert: add shairport support

This commit is contained in:
Astro 2019-04-07 21:27:32 +02:00
parent 9bd5208c2f
commit 891a808415
1 changed files with 4 additions and 0 deletions

View File

@ -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";