This commit is contained in:
zuckerberg 2021-05-16 11:12:45 -04:00
parent c0a2751249
commit 65b069c174

View File

@ -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 {