Skip to content

Commit

Permalink
modules/community-builder: add aciceri
Browse files Browse the repository at this point in the history
  • Loading branch information
aciceri committed Feb 26, 2025
1 parent a7ee03f commit 7423a6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/darwin/community-builder/keys/aciceri
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIm9Sl/I+5G4g4f6iE4oCUJteP58v+wMIew9ZuLB+Gea
7 changes: 7 additions & 0 deletions modules/darwin/community-builder/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,13 @@ let
uid = 563;
keys = ./keys/hadilq;
}
{
# lib.maintainers.aciceri, https://github.com/aciceri
name = "aciceri";
trusted = true;
uid = 564;
keys = ./keys/aciceri;
}
];
in
{
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/community-builder/keys/aciceri
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIm9Sl/I+5G4g4f6iE4oCUJteP58v+wMIew9ZuLB+Gea
5 changes: 5 additions & 0 deletions modules/nixos/community-builder/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ let
trusted = true;
keys = ./keys/0x4A6F;
}
{
name = "aciceri";
trusted = true;
keys = ./keys/aciceri;
}
{
name = "afh";
trusted = true;
Expand Down

0 comments on commit 7423a6f

Please sign in to comment.