fix ssh config
This commit is contained in:
@@ -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" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user