This commit is contained in:
zuckerberg 2021-05-16 11:09:10 -04:00
parent 01c2e19247
commit c0a2751249

View File

@ -11,6 +11,7 @@ in {
};
config = lib.mkIf cfg.enable {
services.icecast = {
listen.address = "127.0.0.1";
admin.password = "hackme";
extraConf = ''
@ -36,4 +37,5 @@ in {
proxyPass = "http://localhost:${toString cfg.listen.port}/${cfg.mount}";
};
};
};
}