nixos-config/2configs/home/streams.nix
2023-09-10 20:47:04 +02:00

12 lines
213 B
Nix

{ pkgs, config, lib, ...}:
let
port = "2348";
in
{
services.nginx.virtualHosts."streams.lan" = {
locations."/teddy.mp3".return ="307 https://irmedia.streamabc.net/irm-rtliveplus-mp3-192-4919509";
};
}