From f92476ccc3e80f7aeade3fc4a49e6b5f4a10bec7 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 30 Dec 2024 01:11:33 +0300 Subject: [PATCH] docs(en): Add firewall settings to a syncplay module --- content/en/docs/Theory/selfprivacy_modules/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/Theory/selfprivacy_modules/_index.md b/content/en/docs/Theory/selfprivacy_modules/_index.md index 85afa87..aab8e19 100644 --- a/content/en/docs/Theory/selfprivacy_modules/_index.md +++ b/content/en/docs/Theory/selfprivacy_modules/_index.md @@ -420,6 +420,9 @@ in ++ lib.optional (!cfg.enableChat) [ "--disable-chat" ]; }; + # We need to open a port for Syncplay to work. + networking.firewall.allowedTCPPorts = [ 8999 ]; + # Now we need to define a systemd slice and put syncplay service there. # It is required to track module's resource consumption. systemd = {