From 65b069c174e9acee75a8d396043e0231c1692a58 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 16 May 2021 11:12:45 -0400 Subject: [PATCH] doc --- common/server/icecast.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/server/icecast.nix b/common/server/icecast.nix index 657f8d0..dd03161 100644 --- a/common/server/icecast.nix +++ b/common/server/icecast.nix @@ -1,5 +1,10 @@ { lib, config, ... }: +# configures icecast to only accept source from localhost +# to a audio optimized stream on services.icecast.mount +# made available via nginx for http access on +# https://host/mount + let cfg = config.services.icecast; in {