fix ssh config

This commit is contained in:
2025-11-07 17:21:00 -06:00
parent 38a22b5255
commit 2bbbd49a07

View File

@@ -19,10 +19,12 @@ in {
matchBlocks = { matchBlocks = {
"git.blakedheld.xyz" = { "git.blakedheld.xyz" = {
user = "gitea"; user = "gitea";
identityFile = "${home_dir}/.ssh/id_snowbelle";
port = 7567; port = 7567;
}; };
"git.snowbelle.lan" = { "git.snowbelle.lan" = {
user = "gitea"; user = "gitea";
identityFile = "${home_dir}/.ssh/id_snowbelle";
port = 7567; port = 7567;
}; };
"bebe" = { "bebe" = {