diff --git a/docs/community-builder.md b/docs/community-builder.md index 7567b20..02a86c3 100644 --- a/docs/community-builder.md +++ b/docs/community-builder.md @@ -18,8 +18,6 @@ aarch64-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9uyfhy darwin-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMHhlcn7fUpUuiOFeIhDqBzBNFsbNqq+NpzuGX3e6zv ``` -[_Note: currently the darwin build box doesn't support FIDO keys._](https://github.com/nix-community/infra/issues/1007) - ### Access We will grant access to well known members of the community, and people well known members in the community trust. diff --git a/modules/darwin/community-builder/users.nix b/modules/darwin/community-builder/users.nix index 1bd1b50..a3514c6 100644 --- a/modules/darwin/community-builder/users.nix +++ b/modules/darwin/community-builder/users.nix @@ -3,9 +3,6 @@ let # To add yourself: # 1. Add an entry to this list, using the next UID. # 2. Create a file in `keys` named your user name that contains your SSH key(s), separated by newlines. - - # Note: currently the darwin build box doesn't support FIDO keys. - # https://github.com/nix-community/infra/issues/1007 users = [ { name = "winter";