services.moonshine.firewallInterfaces

NixOS option

Network interfaces on which to open the Moonlight/GameStream ports. The ports are not opened when this list is empty. Moonshine is not designed for use on public networks. Do not expose Moonshine ports directly to the internet. See https://github.com/hgaiser/moonshine#security

type: list of string
Default
[ ]
Example
[
  "tailscale0"
  "wg0"
]
declared in: nixos/modules/services/networking/moonshine.nixView source on NixOS/nixpkgs →