Remove non working Mopidy-Soundcloud extension

This commit is contained in:
coolneng 2022-03-29 15:00:31 +02:00
parent 514f2c8d07
commit 742447a411
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
let soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
in {
{
# Configure pipewire as sound server
services.pipewire = {
enable = true;
@ -36,7 +34,6 @@ in {
enable = true;
extensionPackages = with pkgs; [
mopidy-mpd
mopidy-soundcloud
mopidy-youtube
mopidy-somafm
mopidy-local
@ -65,11 +62,6 @@ in {
[http]
enabled = false
[soundcloud]
enabled = true
auth_token = ${soundcloud_token}
explore_songs = 100
[m3u]
playlists_dir = /home/coolneng/.config/mpd/playlists
base_dir = /home/coolneng/Music

Binary file not shown.