diff --git a/common/server/icecast.nix b/common/server/icecast.nix index a324142..a38ef0f 100644 --- a/common/server/icecast.nix +++ b/common/server/icecast.nix @@ -22,6 +22,7 @@ in { config = lib.mkIf cfg.enable { services.icecast = { listen.address = "127.0.0.1"; + listen.port = 8001; admin.password = "hackme"; extraConf = ''