nix.sshServe.keys

A list of SSH public keys allowed to access the binary cache via SSH.

Type
list of string
Default
[ ]
Example
[
  "ssh-dss AAAAB3NzaC1k... alice@example.org"
]
Declared
<nixpkgs/nixos/modules/services/misc/nix-ssh-serve.nix>