fix(coded): Update SSH config to follow new spec
Change-Id: I736201297ee88195a5492053d3b4f5f31415e93c
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/770
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@ocicat/default.nix b/homes/x86_64-linux/coded@ocicat/default.nix
index 55c0c8d..7edc711 100644
--- a/homes/x86_64-linux/coded@ocicat/default.nix
+++ b/homes/x86_64-linux/coded@ocicat/default.nix
@@ -50,9 +50,9 @@
includes = [ "~/.ssh/config.d/*" ];
matchBlocks = {
- "ssh.clicks.codes" = {
- port = 29418;
- identityFile = "~/.ssh/ClicksGerrit";
+ "github.com" = {
+ user = "git";
+ identityFile = [ "~/.ssh/OnTheGo5cResident" ];
};
"greylag.minion" = {
identityFile = [ "~/.ssh/OnTheGo5cResident" ];
@@ -60,6 +60,10 @@
"shorthair" = {
identityFile = [ "~/.ssh/OnTheGo5cResident" ];
};
+ "git.auxolotl.org" = {
+ user = "forgejo";
+ identityFile = [ "~/.ssh/OnTheGo5cResident" ];
+ };
};
};
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index 33f4e2e..187ea51 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -72,16 +72,19 @@
includes = [ "~/.ssh/config.d/*" ];
matchBlocks = {
- "ssh.clicks.codes" = {
- port = 29418;
- identityFile = "~/.ssh/id_clicks_git";
- };
"github.com" = {
user = "git";
- identityFile = [ "~/.ssh/github_sk_nano" ];
+ identityFile = [ "~/.ssh/ShorthairNanoResident" "~/.ssh/OnTheGo5cResident" ];
};
- "greylag.minion.clicks.domains" = {
- identityFile = [ "~/.ssh/5cNanoResident" ];
+ "greylag.minion" = {
+ identityFile = [ "~/.ssh/ShorthairNanoResident" "~/.ssh/OnTheGo5cResident" ];
+ };
+ "ocicat" = {
+ identityFile = [ "~/.ssh/ShorthairNanoResident" "~/.ssh/OnTheGo5cResident" ];
+ };
+ "git.auxolotl.org" = {
+ user = "forgejo";
+ identityFile = [ "~/.ssh/ShorthairNanoResident" "~/.ssh/OnTheGo5cResident" ];
};
};
};