We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9d167 commit 5034d05Copy full SHA for 5034d05
modules/nixos/community-builder/keys/pentane
@@ -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
@@ -459,6 +459,12 @@ let
459
trusted = true;
460
keys = ./keys/erictapen;
461
}
462
+ {
463
+ # lib.maintainers.pentane, https://github.com/cyclic-pentane
464
+ name = "pentane";
465
+ trusted = true;
466
+ keys = ./keys/pentane;
467
+ }
468
];
469
in
470
{
0 commit comments