modules/community-builder: add grimmauld
This commit is contained in:
parent
0d17707f93
commit
b5fa3434a8
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/grimmauld
Normal file
1
modules/nixos/community-builder/keys/grimmauld
Normal file
|
@ -0,0 +1 @@
|
|||
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIMgGKExPve3tsl0/kjV5rCo5wb46CapnUaA1ZdZWpgXTAAAAC3NzaDpnZW5lcmFs grimmauld@grimm-nixos-ssd
|
|
@ -71,6 +71,12 @@ let
|
|||
shell = pkgs.fish;
|
||||
keys = ./keys/glepage;
|
||||
}
|
||||
{
|
||||
# lib.maintainers.grimmauld, https://github.com/lordgrimmauld
|
||||
name = "grimmauld";
|
||||
trusted = true;
|
||||
keys = ./keys/grimmauld;
|
||||
}
|
||||
{
|
||||
name = "hadilq";
|
||||
trusted = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue