diff --git a/systems/zaatar/configuration.nix b/systems/zaatar/configuration.nix index 8fffd24..cccb279 100644 --- a/systems/zaatar/configuration.nix +++ b/systems/zaatar/configuration.nix @@ -15,7 +15,7 @@ in { ./moodle-dl-meinhark.nix ./pulseaudio.nix ./home-assistant.nix - ./tuna.nix + ./mpd.nix ./grocy.nix ./spotifyd.nix diff --git a/systems/zaatar/tuna.nix b/systems/zaatar/mpd.nix similarity index 90% rename from systems/zaatar/tuna.nix rename to systems/zaatar/mpd.nix index 4e8c0b6..ba4fadf 100644 --- a/systems/zaatar/tuna.nix +++ b/systems/zaatar/mpd.nix @@ -100,20 +100,6 @@ in { }) ]; - services.tuna = { - enable = true; - # stationsFile = "/etc/tuna/stations.json"; - stations = lib.lists.imap0 (id: { - desc ? "", - logo ? "https://picsum.photos/seed/${builtins.hashString "md5" stream}/300", - stream, - station, - ... - }: {inherit id desc logo stream station;}) - streams; - webPort = 7044; - }; - services.ympd = { enable = true; mpd.port = config.services.mpd.network.port;