MyNixOS website logo
option

services.lshd.interfaces

List of network interfaces where listening for connections. When providing the empty list, [], lshd listens on all network interfaces.

Declarations
Type
list of string
Default
[ ]
Example
[
  "localhost"
  "1.2.3.4:443"
]