Fix annoying 'refused connection' logs spamming dmesg due to spotify connect

This commit is contained in:
2026-03-01 12:33:53 -08:00
parent 2ed58e1ec5
commit e9e925eb46
4 changed files with 55 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ in
services.gnome.gnome-keyring.enable = true;
security.pam.services.googlebot.enableGnomeKeyring = true;
# Spotify Connect discovery
networking.firewall.allowedTCPPorts = [ 57621 ];
# Mount personal SMB stores
services.mount-samba.enable = true;