nix.sshServe.keys

NixOS option

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 in: nixos/modules/services/misc/nix-ssh-serve.nixView source on NixOS/nixpkgs →