backwards: Add match block for git.ppp.pm in ssh
This commit is contained in:
@@ -23,6 +23,11 @@ in
|
||||
enable = true;
|
||||
|
||||
matchBlocks = {
|
||||
"git.ppp.pm" = {
|
||||
hostname = "git.ppp.pm";
|
||||
identityFile = "/home/alex/.ssh/alex.backwards-git.ppp.pm";
|
||||
};
|
||||
|
||||
"codeberg.org" = {
|
||||
hostname = "codeberg.org";
|
||||
identityFile = "/home/alex/.ssh/alex.backwards-codeberg.org";
|
||||
@@ -84,6 +89,19 @@ in
|
||||
path = "${authorizedKeysPath}/alex.pinwheel-backwards.pub";
|
||||
};
|
||||
|
||||
"alex.backwards-git.ppp.pm" = {
|
||||
file = ../../../../secrets/backwards/alex.backwards-git.ppp.pm.age;
|
||||
path = "/home/alex/.ssh/alex.backwards-git.ppp.pm";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.backwards-git.ppp.pm.pub" = {
|
||||
file = ../../../../secrets/backwards/alex.backwards-git.ppp.pm.pub.age;
|
||||
path = "/home/alex/.ssh/alex.backwards-git.ppp.pm.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
|
||||
"alex.backwards-codeberg.org" = {
|
||||
file = ../../../../secrets/backwards/alex.backwards-codeberg.org.age;
|
||||
path = "/home/alex/.ssh/alex.backwards-codeberg.org";
|
||||
|
||||
Reference in New Issue
Block a user