pinwheel: Add ssh secrets for backwards

This commit is contained in:
Alexander Heldt
2024-08-15 15:31:44 +02:00
parent a8a91841e7
commit f92159ab3b
5 changed files with 30 additions and 0 deletions

View File

@@ -5,6 +5,13 @@
enable = true;
matchBlocks = {
"backwards.local" = {
hostname = "192.168.50.202";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-backwards";
port = 1122;
};
"sombrero.local" = {
hostname = "192.168.50.200";
user = "alex";
@@ -48,6 +55,18 @@
};
age.secrets = {
"alex.pinwheel-backwards" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age;
path = "/home/alex/.ssh/alex.pinwheel-backwards";
owner = "alex";
group = "users";
};
"alex.pinwheel-backwards.pub" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-backwards.pub";
owner = "alex";
group = "users";
};
"alex.pinwheel-sombrero" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
path = "/home/alex/.ssh/alex.pinwheel-sombrero";