programs.ssh.ciphers

Specifies the ciphers allowed and their order of preference.

Type
null or (list of string)
Default
null
Example
[
  "chacha20-poly1305@openssh.com"
  "aes256-gcm@openssh.com"
]
Declared
<nixpkgs/nixos/modules/programs/ssh.nix>