From 3d52203ab2a2aa31df8ae52efda3b14e75628a57 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Thu, 22 Jun 2017 11:50:09 +0200 Subject: [PATCH] sshd.nix: Added nixops usage warning of openssh.authorizedKeys.keys usage --- nixos/modules/services/networking/ssh/sshd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix index bebf4e145ca8..0f58536b4b73 100644 --- a/nixos/modules/services/networking/ssh/sshd.nix +++ b/nixos/modules/services/networking/ssh/sshd.nix @@ -21,6 +21,8 @@ let daemon reads in addition to the the user's authorized_keys file. You can combine the keys and keyFiles options. + Warning: If you are using NixOps then don't use this + option since it will replace the key required for deployment via ssh. ''; };