Revert "Revert "Add matthiasbeyer as nix-community builder member""

This reverts commit 839821b564.
This commit is contained in:
zowoq 2023-09-04 16:32:44 +10:00
parent f3b21cd789
commit 6087b019db
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHCUxQenEQjmGC6UckOWGXdZN7J8rVG6l5IoaJ176o+N nix community key

View file

@ -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;