services.u9fs.listenStreams

NixOS option

Sockets to listen for clients on. See man 5 systemd.socket for socket syntax.

type: list of string
Default
[
  "564"
]
Example
[
  "192.168.16.1:564"
]
declared in: nixos/modules/services/network-filesystems/u9fs.nixView source on NixOS/nixpkgs →