nixos/community-builder: add user afh
This commit is contained in:
parent
f6bafd3fd0
commit
a2cf186fea
2 changed files with 6 additions and 0 deletions
1
modules/nixos/community-builder/keys/afh
Normal file
1
modules/nixos/community-builder/keys/afh
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM5n9720MElFnlmqxNAUQwytj08hg1uoakCn/p+EWMVg
|
|
@ -15,6 +15,11 @@ let
|
|||
keys = ./keys/0x4A6F;
|
||||
};
|
||||
|
||||
afh = {
|
||||
trusted = true;
|
||||
keys = ./keys/afh;
|
||||
};
|
||||
|
||||
a-kenji = {
|
||||
trusted = true;
|
||||
keys = ./keys/a-kenji;
|
||||
|
|
Loading…
Add table
Reference in a new issue