modules/nixos/community-builder: add dandellion
This commit is contained in:
parent
17144d5ea6
commit
8640e5bd61
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder
1
modules/nixos/community-builder/keys/dandellion
Normal file
1
modules/nixos/community-builder/keys/dandellion
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp8iMOx3eTiG5AmDh2KjKcigf7xdRKn9M7iZQ4RqP0np0UN2NUbu+VAMJmkWFyi3JpxmLuhszU0F1xY+3qM3ARduy1cs89B/bBE85xlOeYhcYVmpcgPR5xduS+TuHTBzFAgp+IU7/lgxdjcJ3PH4K0ruGRcX1xrytmk/vdY8IeSk3GVWDRrRbH6brO4cCCFjX0zJ7G6hBQueTPQoOy3jrUvgpRkzZY4ZCuljXtxbuX5X/2qWAkp8ca0iTQ5FzNA5JUyj+DWeEzjIEz6GrckOdV2LjWpT9+CtOqoPZOUudE1J9mJk4snNlMQjE06It7Kr50bpwoPqnxjo7ZjlHFLezl
|
|
@ -43,6 +43,11 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/ckie;
|
||||
}
|
||||
{
|
||||
name = "dandellion";
|
||||
trusted = true;
|
||||
keys = ./keys/dandellion;
|
||||
}
|
||||
{
|
||||
name = "fgaz";
|
||||
trusted = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue