Compare commits

...

2 commits

2 changed files with 16 additions and 7 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

View file

@ -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;