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 {