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

add lily as trusted user #12

Merged
merged 1 commit into from
Mar 19, 2023
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/lily
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGKYH3ivyXgnhXL6xgZxZifRclw+2xsxWNdNe1ghjw7A lily@bina
5 changes: 5 additions & 0 deletions users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ let
trusted = true;
uid = 512;
}
{
name = "lily";
trusted = true;
uid = 513;
}
];
in
{
Expand Down