diff --git a/native_configs/ssh/config b/native_configs/ssh/config index a504d93..34043ac 100644 --- a/native_configs/ssh/config +++ b/native_configs/ssh/config @@ -1,5 +1,6 @@ Host * - IdentityFile ~/.ssh/id_rsa ~/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519 # felia mirror on windows Host felia-win @@ -74,3 +75,13 @@ Host dev1 User htran Port 22 + +Host ztp-egi + HostName 10.23.27.201 + User root + Port 22 + +Host d3l-3 + HostName 10.111.103.65 + User htran + Port 22 diff --git a/nix-conf/home-manager/home.nix b/nix-conf/home-manager/home.nix index b338fcc..f1ac5f9 100644 --- a/nix-conf/home-manager/home.nix +++ b/nix-conf/home-manager/home.nix @@ -33,7 +33,7 @@ in pkgs.zip # compression # cool utilities - pkgs.yq # Yaml adaptor for jq (only pretty print, little query) + pkgs.yq-go # Yaml adaptor for jq (only pretty print, little query) # pkgs.xorg.xclock # TODO: only include if have gui # For testing GL installation # pkgs.logseq # TODO: only include if have GL # Obsidian alt pkgs.mosh # Parsec for SSH