Steam link firewall config

This commit is contained in:
Filippo Berto 2022-12-25 10:13:11 +01:00
parent 5db33a43a9
commit ae02f31909
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
networking.firewall = {
allowedTCPPorts = [ 27036 27037 ];
allowedUDPPorts = [ 27031 27036 ];
};
}