Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Add SebTM to trusted users #203

Merged
merged 1 commit into from
Aug 16, 2024
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
1 change: 1 addition & 0 deletions keys/sebtm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICk8HA/hrBTY/LeXV6gARww046iR9AAq83xk75VC3Z/0 [email protected]
5 changes: 5 additions & 0 deletions users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ let
keys = ./keys/samueldr;
};

sebtm = {
trusted = true;
keys = ./keys/sebtm;
};

solene = {
trusted = true;
keys = ./keys/solene;
Expand Down