mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-28 19:56:49 +00:00
docs(en): Add firewall settings to a syncplay module
This commit is contained in:
parent
21a0a15b96
commit
f92476ccc3
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue