pinwheel: Add ssh key for manatee

This commit is contained in:
Alexander Heldt
2025-05-02 10:28:00 +02:00
parent ef67c83808
commit 3952959a12
4 changed files with 31 additions and 0 deletions

View File

@@ -5,6 +5,13 @@
enable = true;
matchBlocks = {
"manatee" = {
hostname = "192.168.50.203";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-manatee";
port = 1122;
};
"backwards" = {
hostname = "backwards";
user = "alex";
@@ -46,6 +53,19 @@
};
age.secrets = {
"alex.pinwheel-manatee" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.age;
path = "/home/alex/.ssh/alex.pinwheel-manatee";
owner = "alex";
group = "users";
};
"alex.pinwheel-manatee.pub" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-manatee.pub";
owner = "alex";
group = "users";
};
"alex.pinwheel-backwards" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age;
path = "/home/alex/.ssh/alex.pinwheel-backwards";