Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/nixos/community-builder/keys/pentane
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIGCy7LBbhV3MmCv82PBV3j52cOmsCChMBB3nwT8sUgpGAAAABHNzaDo= me@cyclopentane.eu
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIFbPFUAlsWsIPH1810CzFnEKXiGjEAIWFpfJPZyvdbvWAAAABHNzaDo= me@cyclopentane.eu (backup)
6 changes: 6 additions & 0 deletions modules/nixos/community-builder/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ let
trusted = true;
keys = ./keys/erictapen;
}
{
# lib.maintainers.pentane, https://github.com/cyclic-pentane
name = "pentane";
trusted = true;
keys = ./keys/pentane;
}
];
in
{
Expand Down