Revert "Revert "Add matthiasbeyer as nix-community builder member""
This reverts commit 839821b564
.
This commit is contained in:
parent
f3b21cd789
commit
6087b019db
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder
1
modules/nixos/community-builder/keys/matthiasbeyer
Normal file
1
modules/nixos/community-builder/keys/matthiasbeyer
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHCUxQenEQjmGC6UckOWGXdZN7J8rVG6l5IoaJ176o+N nix community key
|
|
@ -36,6 +36,11 @@ let
|
||||||
|
|
||||||
schmittlauch.keys = ./keys/schmittlauch;
|
schmittlauch.keys = ./keys/schmittlauch;
|
||||||
|
|
||||||
|
matthiasbeyer = {
|
||||||
|
trusted = false;
|
||||||
|
keys = ./keys/matthiasbeyer;
|
||||||
|
};
|
||||||
|
|
||||||
stephank.keys = ./keys/stephank;
|
stephank.keys = ./keys/stephank;
|
||||||
|
|
||||||
winter.keys = ./keys/winter;
|
winter.keys = ./keys/winter;
|
||||||
|
|
Loading…
Add table
Reference in a new issue