diff options
author | Linnnus <[email protected]> | 2025-04-04 08:35:19 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-04-04 13:05:23 +0000 |
commit | a6c160639dd8387a447f11c62745d2e2f4542a87 (patch) | |
tree | b383729be01c56039c0f139de11a38ed8b106354 /hosts/ali/remote-builders/ahmed-builder.nix | |
parent | 7f81d8c100b2425e43bdd85aceac0273c35d0c56 (diff) |
ali: Use root SSH key to connect to ahmed-builder
Diffstat (limited to 'hosts/ali/remote-builders/ahmed-builder.nix')
-rw-r--r-- | hosts/ali/remote-builders/ahmed-builder.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/ali/remote-builders/ahmed-builder.nix b/hosts/ali/remote-builders/ahmed-builder.nix index 0da0fc5..ad44210 100644 --- a/hosts/ali/remote-builders/ahmed-builder.nix +++ b/hosts/ali/remote-builders/ahmed-builder.nix @@ -21,9 +21,6 @@ User remotebuilder Hostname ${metadata.hosts.ahmed.ipv4Address} HostKeyAlias ahmed-builder - # This matches `users.users.<builder>.authorizedKeys` on the server-side. - # HACK: We should use a purpose-specific key. - IdentityFile /Users/linus/.ssh/id_rsa ''; # We have to trust ahmeds host key or the Nix daemon will fail to connect. |