controlmaster for nixbuilds
This commit is contained in:
parent
bece2483fe
commit
0e52814942
1 changed files with 5 additions and 4 deletions
|
@ -12,10 +12,11 @@
|
||||||
# Setup nixbuild.net, since this laptop is somewhat under powered
|
# Setup nixbuild.net, since this laptop is somewhat under powered
|
||||||
programs.ssh.extraConfig = ''
|
programs.ssh.extraConfig = ''
|
||||||
Host eu.nixbuild.net
|
Host eu.nixbuild.net
|
||||||
PubkeyAcceptedKeyTypes ssh-ed25519
|
PubkeyAcceptedKeyTypes ssh-ed25519
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
IPQoS throughput
|
IPQoS throughput
|
||||||
IdentityFile /home/nathan/.ssh/id_ed25519
|
IdentityFile /home/nathan/.ssh/id_ed25519
|
||||||
|
ControlMaster auto
|
||||||
'';
|
'';
|
||||||
programs.ssh.knownHosts = {
|
programs.ssh.knownHosts = {
|
||||||
nixbuild = {
|
nixbuild = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue