pinwheel: Add ssh key for work

This commit is contained in:
Alexander Heldt
2023-09-23 20:11:54 +02:00
parent 887dffdf23
commit 3591e64d0d
4 changed files with 20 additions and 0 deletions

View File

@@ -10,10 +10,16 @@
identityFile = "/home/alex/.ssh/alex.pinwheel-sombrero";
port = 1122;
};
"github.com" = {
hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
};
"gitlab.com" = {
hostname = "gitlab.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-work";
};
};
};
@@ -42,5 +48,17 @@
owner = "alex";
group = "users";
};
"alex.pinwheel-work" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-work.age;
path = "/home/alex/.ssh/alex.pinwheel-work";
owner = "alex";
group = "users";
};
"alex.pinwheel-work.pub" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-work.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-work.pub";
owner = "alex";
group = "users";
};
};
}

Binary file not shown.

Binary file not shown.

View File

@@ -8,4 +8,6 @@ in {
"pinwheel/alex.pinwheel-sombrero.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-github.com.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-work.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ];
}