don't interfere with letsencrypt

This commit is contained in:
zuckerberg 2021-08-27 15:37:40 -04:00
parent 79f95f3172
commit 31d895152f

View File

@ -22,6 +22,7 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.icecast = { services.icecast = {
listen.address = "127.0.0.1"; listen.address = "127.0.0.1";
listen.port = 8001;
admin.password = "hackme"; admin.password = "hackme";
extraConf = '' extraConf = ''
<authentication> <authentication>