Skip to content

Commit d0e53ba

Browse files
committed
fix(ssh): restore bruddynix metadata
Re-enable the bruddynix SSH host entry with the bruddy login and pinned ED25519 host key so client trust is declarative.
1 parent c572304 commit d0e53ba

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

  • modules/common/programs/terminal/tools/ssh

modules/common/programs/terminal/tools/ssh/hosts.nix

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
# This replaces the dynamic cross-configuration evaluation that caused multiple evaluations
33
{
44
# NixOS hosts
5-
/*
6-
bruddynix = {
7-
hostname = "bruddynix.local";
8-
username = "bruddy";
9-
system = "nixos";
10-
gpgAgent = true;
11-
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeLt5cnRnKeil39Ds+CimMJQq/5dln32YqQ+EfYSCvc";
12-
userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqCiZgjOmhsBTAFD0LbuwpfeuCnwXwMl2wByxC1UiRt";
13-
};
14-
*/
5+
bruddynix = {
6+
hostname = "bruddynix.local";
7+
username = "bruddy";
8+
system = "nixos";
9+
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeLt5cnRnKeil39Ds+CimMJQq/5dln32YqQ+EfYSCvc";
10+
userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqCiZgjOmhsBTAFD0LbuwpfeuCnwXwMl2wByxC1UiRt";
11+
};
1512

1613
khanelinix = {
1714
hostname = "khanelinix.local";

0 commit comments

Comments
 (0)