Add pinpox
This commit is contained in:
parent
c47efd57da
commit
006213a749
3 changed files with 11 additions and 0 deletions
|
@ -182,6 +182,11 @@ let
|
|||
trusted = true;
|
||||
uid = 558;
|
||||
}
|
||||
{
|
||||
name = "pinpox";
|
||||
trusted = true;
|
||||
uid = 559;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
1
modules/nixos/community-builder/keys/pinpox
Normal file
1
modules/nixos/community-builder/keys/pinpox
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJJs01RqXS6YE5Jf8LUJoJVBxFev3R18FWXJyLeYJE
|
|
@ -85,6 +85,11 @@ let
|
|||
keys = ./keys/networkexception;
|
||||
};
|
||||
|
||||
pinpox = {
|
||||
trusted = true;
|
||||
keys = ./keys/pinpox;
|
||||
};
|
||||
|
||||
schmittlauch = {
|
||||
trusted = true;
|
||||
keys = ./keys/schmittlauch;
|
||||
|
|
Loading…
Add table
Reference in a new issue