diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 25a83b6..c507cd1 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -8,8 +8,6 @@ allFeatures = true mockall = ["automock"] mockall_double = ["double"] -disable = ["automock", "double"] - [[language]] name = "graphql" scope = "source.graphql" diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 92acec8..c509ea8 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -35,6 +35,12 @@ Host ratchet PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host ratchet + Hostname 10.0.9.13 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host server Hostname 10.0.9.2 User hermansen