Add correct ports to fix spotify-connect detection

This commit is contained in:
lagertonne 2021-11-04 20:21:19 +01:00
parent 3678349769
commit aaaff04b8c

View file

@ -6,5 +6,6 @@
settings.zeroconf_port = 18572;
};
networking.firewall.allowedTCPPorts = [ config.services.spotifyd.settings.zeroconf_port ];
networking.firewall.allowedTCPPorts = [ 4070 config.services.spotifyd.settings.zeroconf_port ];
networking.firewall.allowedUDPPorts = [ 5353 ];
}