modules/*/community-builder: add user teto
This commit is contained in:
parent
9d5ab7f7ec
commit
b8349ad5b0
4 changed files with 12 additions and 0 deletions
1
modules/darwin/community-builder/keys/teto
Normal file
1
modules/darwin/community-builder/keys/teto
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEl4mBQ7U5JhPgMp2whQ/xgHOnvytJTZzZbwuKyo9NQ teto@jedha
|
|
@ -147,6 +147,11 @@ let
|
|||
trusted = true;
|
||||
uid = 551;
|
||||
}
|
||||
{
|
||||
name = "teto";
|
||||
trusted = true;
|
||||
uid = 552;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
1
modules/nixos/community-builder/keys/teto
Normal file
1
modules/nixos/community-builder/keys/teto
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEl4mBQ7U5JhPgMp2whQ/xgHOnvytJTZzZbwuKyo9NQ teto@jedha
|
|
@ -95,6 +95,11 @@ let
|
|||
keys = ./keys/stephank;
|
||||
};
|
||||
|
||||
teto = {
|
||||
trusted = true;
|
||||
keys = ./keys/teto;
|
||||
};
|
||||
|
||||
winter = {
|
||||
trusted = true;
|
||||
keys = ./keys/winter;
|
||||
|
|
Loading…
Add table
Reference in a new issue