mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
Add User
and already generated IdentityFile
to ssh_config for nix.linux-builder
This commit is contained in:
parent
fabc653517
commit
b34d1bee48
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 ${cfg.workingDirectory}/keys/builder_ed25519
|
||||
'';
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue