services.endlessh.extraOptions

NixOS option

Additional command line options to pass to the endlessh daemon.

type: list of string
Default
[ ]
Example
[
  "-6"
  "-d 9000"
  "-v"
]
declared in: nixos/modules/services/security/endlessh.nixView source on NixOS/nixpkgs →