From bd659413fb54b2508bcd85c618b802b22be6f44d Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 15 Jan 2024 23:16:45 +0100 Subject: [PATCH] streams: update --- 2configs/home/streams.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2configs/home/streams.nix b/2configs/home/streams.nix index c822a18..f98f279 100644 --- a/2configs/home/streams.nix +++ b/2configs/home/streams.nix @@ -6,6 +6,9 @@ in # sonos does not support streams without ".mp3" at the end services.nginx.virtualHosts."streams.lan" = { locations."/teddy.mp3".return ="307 https://irmedia.streamabc.net/irm-rtliveplus-mp3-192-4919509"; + locations."/teddykinder.mp3".return ="307 https://irmedia.streamabc.net/irm-rtkinderlieder-mp3-192-1697446"; + locations."/teddy1.mp3".return ="307 https://irmedia.streamabc.net/irm-rtpersoplus01-mp3-192-4976733"; + locations."/teddyinfo.mp3".return ="307 https://irmedia.streamabc.net/irm-rtinfospass-mp3-192-7462684"; }; }