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";
# };
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.ssh =
# {
# enable = true;
# # ssh host config
# matchBlocks =
# import ./secrets/ssh_hosts.nix;
# };
programs.tmux = {
enable = true;