Steam: use module setting for firewall

This commit is contained in:
Filippo Berto 2023-09-06 22:52:22 +02:00
parent 3e6350c90a
commit 1b02a12ce3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 1 additions and 8 deletions

View file

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