Skip to content

Commit

Permalink
modules/darwin/community-builder: add user khaneliman
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored and zowoq committed Sep 27, 2024
1 parent 99fcfb1 commit f550d11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/darwin/community-builder/keys/khaneliman
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBG8l3jQ2EPLU+BlgtaQZpr4xr97n2buTLAZTxKHSsD khanelimac
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFuMXeT21L3wnxnuzl0rKuE5+8inPSi8ca/Y3ll4s9pC khanelinix
7 changes: 7 additions & 0 deletions modules/darwin/community-builder/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ let
uid = 550;
keys = ./keys/aleksana;
}
{
# lib.maintainers.khaneliman, https://github.com/khaneliman
name = "khaneliman";
trusted = true;
uid = 551;
keys = ./keys/khaneliman;
}
];
in
{
Expand Down

0 comments on commit f550d11

Please sign in to comment.