mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +00:00
Merge pull request #997 from thanegill/patch-3
Add `User` and already generated `IdentityFile` to ssh_config for `nix.linux-builder`
This commit is contained in:
commit
7522a30d32
1 changed files with 2 additions and 0 deletions
|
@ -192,9 +192,11 @@ in
|
|||
|
||||
environment.etc."ssh/ssh_config.d/100-linux-builder.conf".text = ''
|
||||
Host linux-builder
|
||||
User builder
|
||||
Hostname localhost
|
||||
HostKeyAlias linux-builder
|
||||
Port 31022
|
||||
IdentityFile /etc/nix/builder_ed25519
|
||||
'';
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue