Skip to content

Commit 55ea0ae

Browse files
committed
Revert "docs/community-builder: add note about darwin keys"
This reverts commit 008c339.
1 parent ffde322 commit 55ea0ae

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/community-builder.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ aarch64-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9uyfhy
1818
darwin-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMHhlcn7fUpUuiOFeIhDqBzBNFsbNqq+NpzuGX3e6zv
1919
```
2020

21-
[_Note: currently the darwin build box doesn't support FIDO keys._](https://github.com/nix-community/infra/issues/1007)
22-
2321
### Access
2422

2523
We will grant access to well known members of the community, and people well known members in the community trust.

modules/darwin/community-builder/users.nix

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ let
33
# To add yourself:
44
# 1. Add an entry to this list, using the next UID.
55
# 2. Create a file in `keys` named your user name that contains your SSH key(s), separated by newlines.
6-
7-
# Note: currently the darwin build box doesn't support FIDO keys.
8-
# https://github.com/nix-community/infra/issues/1007
96
users = [
107
{
118
name = "winter";

0 commit comments

Comments
 (0)