NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.87k stars 364 forks source link

Mention keyFile in the 'Managing keys' section #1450

Closed jleeuwes closed 3 years ago

jleeuwes commented 3 years ago

The 'Managing keys' section suggested that text is required, and did not mention that keyFile can be used instead.

I simply added a keyFile mention without further changing of the example, mainly because I don't know how to best indicate the two choices in the code example.

cab404 commented 3 years ago

@jleeuwes Please, also add that keyCommand exists.

jleeuwes commented 3 years ago

@cab404 Done. I also changed another file that seems to be sort of the same file, to keep it in sync.