forked from Yuka/c3h-nixfiles
Add correct ports to fix spotify-connect detection
This commit is contained in:
parent
3678349769
commit
aaaff04b8c
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue