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.84k stars 363 forks source link

Getting the host key of a node #1021

Open nh2 opened 6 years ago

nh2 commented 6 years ago

Is there a way to query the SSH host key of a nixops-managed node via nodes?

If not, we should add one.

nh2 commented 6 years ago

I tried nodes.mynodename.extraArgs.resources.sshKeyPairs but that is [], so probably that's not it.