fix: allow firewall port for syncplay

This commit is contained in:
Ahwx 2025-09-19 12:37:52 +02:00
parent a642fb41df
commit 7a84a849ec

View file

@ -4,4 +4,5 @@
enable = true; enable = true;
passwordFile = config.sops.secrets.syncplay.path; passwordFile = config.sops.secrets.syncplay.path;
}; };
networking.firewall.allowedTCPPorts = [ 8999 ];
} }