From eec6cf1bf99b256de84ab0fd264ac4583b41d402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 16 Feb 2023 08:52:44 +0100 Subject: [PATCH] feat(zaatar): tuna -> mpd, disable tuna --- systems/zaatar/configuration.nix | 2 +- systems/zaatar/{tuna.nix => mpd.nix} | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) rename systems/zaatar/{tuna.nix => mpd.nix} (90%) 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;