sshd.nix: Added nixops usage warning of openssh.authorizedKeys.keys usage

This commit is contained in:
Joachim Schiele 2017-06-22 11:50:09 +02:00
parent f12006bd96
commit 3d52203ab2

View File

@ -21,6 +21,8 @@ let
daemon reads in addition to the the user's authorized_keys file.
You can combine the <literal>keys</literal> and
<literal>keyFiles</literal> options.
Warning: If you are using <literal>NixOps</literal> then don't use this
option since it will replace the key required for deployment via ssh.
'';
};