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

add myself (lostnet) to trusted users #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions keys/lostnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9w85VYcuSRpCKyr7yUqby/UQMwxn3hpzMNPsYIRfYiPEyZ8Cx/e2iWen7VGSUj84KszuJOYDrpqdQSqvx1nAtV/bxy42Zqx1Qjk6zRS0hzKY1pUzA3ldZ9ixFtcK4mcpPxofVZfPIUH7qbgEE++0hvqOJLbzMvmxjoHPlcqaE+D4hVDCNVj4gu5KUF8gqPSMTXCSwCZCV7MshEbnx/IJ2m3hVZ9M9m5wHTDyxWgfCBzKnclK2wj156RIas+FL9anWzBv7dPLjJd9NdZ8ScMoEiRGmY90Z1jyQMIKd99kYvYYJXrW5FilRHmTWhOBQ4cbPFlVjlZeVf0hUci9PnP6r
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpa3xGcpJUafLT2+G3zHMuZJgW6NGtpZzkRdv0vSNK0bUeCEwTOWv5CuaVCBagVpfBx4GdozppiGgu3Vcg9uXA5mcJsrgTHDbYmGOYm3TE/JK5X9mXVBJw4vMehQ7CDC5AhdJAySqFfQ+wPY1IxkopNsg988DT8LekjIA7HK5oRQqWXzDLrg7uGZhK8nHd4X7aQqV9diMqVhT4ISUC3V/9ufIwjOUG/BuKeyg+7JT82XL9RiySPpfWRS5TyIhpSu1QAKh66Kf7lXu+nEooZ7LqSOSr0PNAgo1uMAyZjLBlbyvRwKBlk6tvFG/PqqglZE6QIbeiOQRx6mpV5gmCs3uL
5 changes: 5 additions & 0 deletions users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ let
keys = ./keys/lovesegfault;
};

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

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