LnL7 / nix-darwin

nix modules for darwin
MIT License
2.82k stars 431 forks source link

Add `User` and already generated `IdentityFile` to ssh_config for `nix.linux-builder` #997

Closed thanegill closed 2 months ago

Enzime commented 2 months ago

Just wondering, what prompted you to make these changes?

thanegill commented 2 months ago

Just wondering, what prompted you to make these changes?

I have a local nix-cache that I wanted the builder to use. SSH was needed to debug the connection, found out that the issue was by default DNS on the linux-builder is hard-coded to 8.8.8.8.

Montmorency commented 2 months ago

I ran into similar issue and manually configured the ssh alias to get it working. Thanks for putting this in upstream 👍