From cf318b623d02d7f84ade0b75c340da0808723953 Mon Sep 17 00:00:00 2001 From: revol-xut Date: Wed, 28 Sep 2022 14:26:13 +0200 Subject: [PATCH] changed port --- modules/stream.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stream.nix b/modules/stream.nix index f4cfbcc..16a915d 100644 --- a/modules/stream.nix +++ b/modules/stream.nix @@ -31,6 +31,7 @@ in { }; owncast = { enable = true; + port = 13142; }; }; }