nix-dotfiles/modules/nixos/steam-link.nix

6 lines
113 B
Nix

{
networking.firewall = {
allowedTCPPorts = [ 27036 27037 ];
allowedUDPPorts = [ 27031 27036 ];
};
}