pinwheel: Add ssh secrets for tadpole

This commit is contained in:
Alexander Heldt
2024-07-21 10:06:24 +02:00
parent 89c5d9a66c
commit a863bc78c8

View File

@@ -25,6 +25,13 @@
identityFile = "/home/alex/.ssh/alex.pinwheel-andromeda";
};
"tadpole" = {
hostname = "65.21.106.222";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-tadpole";
port = 1122;
};
"github.com" = {
hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
@@ -92,6 +99,19 @@
owner = "alex";
group = "users";
};
"alex.pinwheel-tadpole" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole.age;
path = "/home/alex/.ssh/alex.pinwheel-tadpole";
owner = "alex";
group = "users";
};
"alex.pinwheel-tadpole.pub" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-tadpole.pub";
owner = "alex";
group = "users";
};
};
services.openssh = {