update ssh keys
This commit is contained in:
parent
d2a6aceff3
commit
5957f0f442
2 changed files with 23 additions and 10 deletions
|
|
@ -7,16 +7,30 @@
|
|||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks."viridian" = {
|
||||
hostname = "viridian.home.arpa";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
port = 22;
|
||||
};
|
||||
matchBlocks = {
|
||||
"viridian" = {
|
||||
hostname = "viridian.home.arpa";
|
||||
user = "sajenim";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
};
|
||||
|
||||
matchBlocks."lavender" = {
|
||||
hostname = "lavender.home.arpa";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
port = 22;
|
||||
"lavender" = {
|
||||
hostname = "lavender.home.arpa";
|
||||
user = "sajenim";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||
};
|
||||
|
||||
"sajenim-github" = {
|
||||
hostname = "github.com";
|
||||
user = "git";
|
||||
identityFile = "/home/sajenim/.ssh/sajenim-github_sk";
|
||||
};
|
||||
|
||||
"jasmine-forgejo" = {
|
||||
hostname = "git.sajenim.dev";
|
||||
user = "forgejo";
|
||||
identityFile = "/home/sajenim/.ssh/jasmine-forgejo_sk";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
userEmail = "its.jassy@pm.me";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "master";
|
||||
core.sshCommand = "ssh -i ~/.ssh/forgejo_sk -F /dev/null";
|
||||
commit.gpgsign = "true";
|
||||
user.signingkey = "8563E358D4E8040E";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue