ssh-config: nixify flyingcircus SSH config

This commit is contained in:
Trolli Schmittlauch 2022-09-14 14:43:14 +02:00
parent 5f27edbd21
commit 61af7f0a99

View file

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