Steam link firewall config
This commit is contained in:
parent
5db33a43a9
commit
ae02f31909
2 changed files with 8 additions and 0 deletions
6
nixos_modules/steam-link.nix
Normal file
6
nixos_modules/steam-link.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 27036 27037 ];
|
||||
allowedUDPPorts = [ 27031 27036 ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue