docs(en): Add firewall settings to a syncplay module

This commit is contained in:
Inex Code 2024-12-30 01:11:33 +03:00
parent 21a0a15b96
commit f92476ccc3
No known key found for this signature in database

View file

@ -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 = {