services.ttyd.entrypoint

NixOS option

Which command ttyd runs.

type: list of string
Default
[ "${pkgs.shadow}/bin/login" ]
Example
[ (lib.getExe pkgs.htop) ]
declared in: nixos/modules/services/web-servers/ttyd.nixView source on NixOS/nixpkgs →