1
0
Fork 0
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:
Michael Hoang 2024-07-16 09:34:28 +10:00 committed by GitHub
commit 7522a30d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;