diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 13:46:12 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 13:46:12 -0800 |
| commit | 1dfdb7bc550acf1d52c19dc28ae9be42fbd32293 (patch) | |
| tree | 1dc06cb58978322af28097c354876f1a779f8046 /nix/machines | |
| parent | ensure path exists (diff) | |
| download | infra-1dfdb7bc550acf1d52c19dc28ae9be42fbd32293.tar.gz | |
remove ssh key for github.rbx.com
Diffstat (limited to 'nix/machines')
| -rw-r--r-- | nix/machines/darwin-shared.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix index b9ca3dd..1c9cbf3 100644 --- a/nix/machines/darwin-shared.nix +++ b/nix/machines/darwin-shared.nix @@ -93,7 +93,5 @@ programs.ssh.knownHosts = { "github.com".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; - "github.rbx.com".publicKey = - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOkTbrUneNFqdYcclbh2fjB/c+XKh95241oOfWUwCDM"; }; } |
