Compare commits

..

No commits in common. "61af7f0a9960558804c5182b85f35b6e5b6ed5f7" and "ac4e42652e8e0c02ef17727036ef4d831f5effce" have entirely different histories.

2 changed files with 7 additions and 16 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
.DS_Store

View file

@ -303,21 +303,13 @@ in
# pinentryFlavor = "qt"; # pinentryFlavor = "qt";
# }; # };
programs.ssh = # programs.ssh =
{ # {
enable = true; # enable = true;
# ssh host config # # ssh host config
matchBlocks = { # matchBlocks =
"hydra01" = { # import ./secrets/ssh_hosts.nix;
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;