Switch to quark's buildMachine config being entirely in nix rather than in root's ssh config.

This commit is contained in:
Tom Alexander
2025-05-04 16:26:41 -04:00
parent 98f98a8895
commit 902c6e1127
2 changed files with 3 additions and 9 deletions

View File

@@ -5,12 +5,5 @@ Host hydra
IdentitiesOnly yes
IdentityFile /persist/manual/ssh/root/keys/id_ed25519
Host quark
HostName quark
Port 22
User nixworker
IdentitiesOnly yes
IdentityFile /persist/manual/ssh/root/keys/id_ed25519
Host *
Compression yes