diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:16:33 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:16:33 -0800 |
| commit | 3df0ca21a15acbc7052000876b2d65ecc837d47e (patch) | |
| tree | 1c71a83fc14b15e2f36dd0c019ff8360928f9597 /nix | |
| parent | consolidate homebrew configuration (diff) | |
| download | infra-3df0ca21a15acbc7052000876b2d65ecc837d47e.tar.gz | |
add ssh key for github.com
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/machines/darwin-shared.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix index 3eab1e8..275596f 100644 --- a/nix/machines/darwin-shared.nix +++ b/nix/machines/darwin-shared.nix @@ -89,4 +89,8 @@ "wireshark" ]; }; + + # https://docs.github.com/en/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints + programs.ssh.knownHosts."github.com".publicKey = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; } |
