Steam link firewall config
This commit is contained in:
parent
5db33a43a9
commit
ae02f31909
2 changed files with 8 additions and 0 deletions
|
|
@ -162,6 +162,7 @@
|
|||
./nixos_modules/pro_audio.nix
|
||||
./nixos_modules/sesar.nix
|
||||
./nixos_modules/pentablet.nix
|
||||
./nixos_modules/steam-link.nix
|
||||
|
||||
{ home-manager.users.bertof = import ./thor/hm.nix; }
|
||||
];
|
||||
|
|
@ -182,6 +183,7 @@
|
|||
./nixos_modules/pro_audio.nix
|
||||
./nixos_modules/sesar.nix
|
||||
./nixos_modules/pentablet.nix
|
||||
./nixos_modules/steam-link.nix
|
||||
|
||||
{ home-manager.users.bertof = import ./odin/hm.nix; }
|
||||
];
|
||||
|
|
|
|||
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