File tree Expand file tree Collapse file tree
modules/common/programs/terminal/tools/ssh Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments