Skip to content

Commit 5034d05

Browse files
cyclic-pentaneadisbladis
authored andcommitted
nixos/community-builder: add pentane
1 parent 3c9d167 commit 5034d05

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIGCy7LBbhV3MmCv82PBV3j52cOmsCChMBB3nwT8sUgpGAAAABHNzaDo= me@cyclopentane.eu
2+
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIFbPFUAlsWsIPH1810CzFnEKXiGjEAIWFpfJPZyvdbvWAAAABHNzaDo= me@cyclopentane.eu (backup)

modules/nixos/community-builder/users.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,12 @@ let
459459
trusted = true;
460460
keys = ./keys/erictapen;
461461
}
462+
{
463+
# lib.maintainers.pentane, https://github.com/cyclic-pentane
464+
name = "pentane";
465+
trusted = true;
466+
keys = ./keys/pentane;
467+
}
462468
];
463469
in
464470
{

0 commit comments

Comments
 (0)