You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of manual only mentions that deployment.targetHost needs to be set in order to deploy to a NixOS machine (none backend). It's unclear how I can supply nixops with authentication information so that it could log into the machine to perform deployment. Also, it's unclear whether nixops will use the the provided authentication method (whatever it is) forever, or it will create and use its own SSH key pair.
The text was updated successfully, but these errors were encountered:
nixops will generate its own keypair to get into the machine, but that key isnt trusted out of the box, so you need to either have an ssh-agent working or maybe password auth works
The current version of manual only mentions that
deployment.targetHost
needs to be set in order to deploy to a NixOS machine (none
backend). It's unclear how I can supplynixops
with authentication information so that it could log into the machine to perform deployment. Also, it's unclear whethernixops
will use the the provided authentication method (whatever it is) forever, or it will create and use its own SSH key pair.The text was updated successfully, but these errors were encountered: