Skip to content

Commit a2996ef

Browse files
erictapenzowoq
authored andcommitted
nixos/community-builder: add erictapen
1 parent 420909f commit a2996ef

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICG8bQkNMOS/RigMXhj07UZLepuulPNdS8ZeAIf2MW2G

modules/nixos/community-builder/users.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,12 @@ let
448448
shell = pkgs.fish;
449449
keys = ./keys/magnetophon;
450450
}
451+
{
452+
# lib.maintainers.erictapen, https://github.com/erictapen
453+
name = "erictapen";
454+
trusted = true;
455+
keys = ./keys/erictapen;
456+
}
451457
];
452458
in
453459
{

0 commit comments

Comments
 (0)