home/streams: init
This commit is contained in:
parent
342a395018
commit
0631741def
11
2configs/home/streams.nix
Normal file
11
2configs/home/streams.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ 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";
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue