fix: add missing port for spotifyd [winters]

This commit is contained in:
Swarsel 2024-09-28 15:13:28 +02:00
parent 1bdf5292e8
commit 8af4cb511e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 30 additions and 24 deletions

View file

@ -7004,6 +7004,9 @@ Also, the system state version is set here. No need to touch it.
group = "spotifyd"; group = "spotifyd";
extraGroups = [ "audio" "utmp" ]; extraGroups = [ "audio" "utmp" ];
}; };
networking.firewall.allowedTCPPorts = [ 1025 ];
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {

View file

@ -11,6 +11,9 @@
group = "spotifyd"; group = "spotifyd";
extraGroups = [ "audio" "utmp" ]; extraGroups = [ "audio" "utmp" ];
}; };
networking.firewall.allowedTCPPorts = [ 1025 ];
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {