Compare commits

..

No commits in common. "85147a4fd6d956e913e4d6e9091c039121f6c2dc" and "146fce638bcf353d811781efe3a4dca2316f2938" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View file

@ -104,7 +104,6 @@ let
shellcheck
mtr
ripgrep
fd
gitui
lazygit
pre-commit

View file

@ -3,7 +3,6 @@
inputs,
config,
system,
lib,
...
}:
@ -31,20 +30,15 @@ in
enable = true;
# ssh host config
matchBlocks = {
"*" = {
extraOptions.IdentityAgent = "\"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"";
};
"hydra01" = lib.hm.dag.entryAfter ["*"] {
"hydra01" = {
hostname = "hydra01.access.whq.gocept.net";
user = "os";
};
"fcio-whq-jump" = lib.hm.dag.entryAfter ["*"] {
"fcio-whq-jump" = {
hostname = "vpn-whq.services.fcio.net";
extraOptions.LogLevel = "Verbose";
};
"fcio-rzob-jump" = lib.hm.dag.entryAfter ["*"] {
"fcio-rzob-jump" = {
hostname = "vpn-rzob.services.fcio.net";
};
};