controlmaster for nixbuilds

This commit is contained in:
Nathan McCarty 2025-02-12 02:12:48 -05:00
parent bece2483fe
commit 0e52814942

View file

@ -12,10 +12,11 @@
# Setup nixbuild.net, since this laptop is somewhat under powered
programs.ssh.extraConfig = ''
Host eu.nixbuild.net
PubkeyAcceptedKeyTypes ssh-ed25519
ServerAliveInterval 60
IPQoS throughput
IdentityFile /home/nathan/.ssh/id_ed25519
PubkeyAcceptedKeyTypes ssh-ed25519
ServerAliveInterval 60
IPQoS throughput
IdentityFile /home/nathan/.ssh/id_ed25519
ControlMaster auto
'';
programs.ssh.knownHosts = {
nixbuild = {