Workaround for broken librespot spotify api integration
All checks were successful
Check Flake / check-flake (push) Successful in 4m49s

This commit is contained in:
Zuckerberg 2025-08-10 15:18:29 -07:00
parent f248c129c8
commit dd4a5729d4

View File

@ -148,4 +148,9 @@
"spotify"
];
};
networking.hosts = {
# Workaround for broken spotify api integration
# https://github.com/librespot-org/librespot/issues/1527#issuecomment-3167094158
"0.0.0.0" = [ "apresolve.spotify.com" ];
};
}