MyNixOS website logo
option

users.users.<name>.openssh.authorizedPrincipals

A list of verbatim principal names that should be added to the user's authorized principals.

Declarations
Type
list of (optionally newline-terminated) single-line string
Default
[ ]
Example
[
  "example@host"
  "foo@bar"
]