pinwheel: Add alex.pinwheel-github ssh key

This commit is contained in:
Alexander Heldt
2023-08-12 20:37:56 +02:00
parent a871f9d266
commit 2c15478934
5 changed files with 36 additions and 0 deletions

View File

@@ -203,6 +203,18 @@
secrets = {
"syncthing-cert".file = ../../secrets/pinwheel/syncthing-cert.age;
"syncthing-key".file = ../../secrets/pinwheel/syncthing-key.age;
"alex.pinwheel-github.com" = {
file = ../../secrets/pinwheel/alex.pinwheel-github.com.age;
path = "/home/alex/.ssh/alex.pinwheel-github.com";
owner = "alex";
group = "users";
};
"alex.pinwheel-github.com.pub" = {
file = ../../secrets/pinwheel/alex.pinwheel-github.com.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-github.com.pub";
owner = "alex";
group = "users";
};
};
};

View File

@@ -13,6 +13,17 @@
bemenu
];
programs.ssh = {
enable = true;
matchBlocks = {
"github.com" = {
hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
};
};
};
programs.git = {
enable = true;
includes = [