1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(zaatar): tuna -> mpd, disable tuna

This commit is contained in:
2023-02-16 08:52:44 +01:00
parent 0698624eb8
commit eec6cf1bf9
2 changed files with 1 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ in {
./moodle-dl-meinhark.nix ./moodle-dl-meinhark.nix
./pulseaudio.nix ./pulseaudio.nix
./home-assistant.nix ./home-assistant.nix
./tuna.nix ./mpd.nix
./grocy.nix ./grocy.nix
./spotifyd.nix ./spotifyd.nix
<niveum/configs/keyboard.nix> <niveum/configs/keyboard.nix>

View File

@@ -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 = { services.ympd = {
enable = true; enable = true;
mpd.port = config.services.mpd.network.port; mpd.port = config.services.mpd.network.port;