Skip to content

Commit

Permalink
Merge pull request #202 from fzakaria/add-fmzakari
Browse files Browse the repository at this point in the history
users: add fmzakari to trusted users
  • Loading branch information
mweinelt authored Aug 10, 2024
2 parents 82ed74e + 07883b1 commit 3373ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions keys/fmzakari
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDruWlzuyOXV0Ltjv0vVoCSkf4/ic4ET4of6NTqLWfvw/wpNFDr3SXRDAftOFcyoKp0ls0z6xy3CH99pUNmVnU19nwPdPfY93FJHaVDmS3VUzhco+e+bd1Azds5bltg06H+2vuHFcFMA28Y1o5h6ISlVY45bUzhKnW6+9whwECGBQo5KSvSW0D50eP557DD1KZlWUuJrcno65iQUz6dZ+R5cwfoTRhCvh4ltzJ6Fel6RuHPzG3u56lHM+upsF1REljHsNGI6XF3bcRuIoSssvaT0ZzVJQz/YnI1+wGZDNSKJI7WE+xmhfhcGLDzVaxNkLuJLMv/goTcDsDBb1BVw0YF YubiKey #8531869 PIV Slot 9a
6 changes: 6 additions & 0 deletions users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ let
keys = ./keys/flokli;
};

fmzakari = {
# github: @fzakaria
trusted = true;
keys = ./keys/fmzakari;
};

fpletz = {
trusted = true;
keys = ./keys/fpletz;
Expand Down

0 comments on commit 3373ddb

Please sign in to comment.