Skip to content

Commit

Permalink
shared/nix: add other known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 14, 2024
1 parent 450a6b8 commit 4a9c776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ in
programs.ssh.knownHosts = {
"aarch64.nixos.community".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds";
"darwin-build-box.nix-community.org".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099";
"khanelimac".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBG8l3jQ2EPLU+BlgtaQZpr4xr97n2buTLAZTxKHSsD";
"khanelinix".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFuMXeT21L3wnxnuzl0rKuE5+8inPSi8ca/Y3ll4s9pC";
};
};
}

0 comments on commit 4a9c776

Please sign in to comment.