diff --git a/home/home.nix b/home/home.nix index 19fc5ee..df58067 100644 --- a/home/home.nix +++ b/home/home.nix @@ -303,13 +303,21 @@ in # pinentryFlavor = "qt"; # }; -# programs.ssh = -# { -# enable = true; -# # ssh host config -# matchBlocks = -# import ./secrets/ssh_hosts.nix; -# }; + programs.ssh = + { + enable = true; + # ssh host config + matchBlocks = { + "hydra01" = { + hostname = "hydra01.fe.whq.fcio.net"; + user = "os"; + }; + "fcio-whq-jump" = { + hostname = "vpn-whq.services.fcio.net"; + extraOptions.LogLevel = "Verbose"; + }; + }; + }; programs.tmux = { enable = true;