feat(users/amjoseph): init

Change-Id: Icfc73faa951b2ad041f2cecdae0614a3b6b82426
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11625
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: Adam Joseph <adam@westernsemico.com>
This commit is contained in:
Adam Joseph 2024-05-10 16:30:28 -07:00 committed by clbot
parent cff903caff
commit 37ddddc2e3
2 changed files with 25 additions and 0 deletions

3
users/amjoseph/OWNERS Normal file
View file

@ -0,0 +1,3 @@
set noparent
amjoseph

22
users/amjoseph/keys.nix Normal file
View file

@ -0,0 +1,22 @@
{ ... }:
let
# Long-term, air-gapped PGP key. This key is used only for signing other
# keys. It is a minor hassle for me to access this key.
airgap = "F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0";
# Stored in an HSM. Signed by the above key.
current = "D930411B675A011EB9590713DC4AB809B13BE76D";
# Chat protocols that depend on DNS, WebPKI, or E.164 are lame. This is not.
ricochet = "emhxygy5mezcovm5a6q5hze5eqfqgieww56eh4ttwmrolwqmzgb6qiyd";
# This ssh key is for depot. Please don't use it elsewhere, except to give
# me the ability to set a system-specific key elsewhere. Not currently
# stored in an HSM, but I'm working on that.
ssh-for-depot = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOE5e0HrwQTI5KOaU12J0AJG5zDpWn4g/U+oFXz7SkbD";
in
{
all = [ ssh-for-depot ];
}