Skip to content
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 devdoc/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
- [Hetzner Robot](https://robot.hetzner.com/key/index)
- [Namespace](https://cloud.namespace.so/4l6g3pb71m64u/settings/users)
- [OpenCollective](https://opencollective.com/nix-community/admin/team)
- [Scarf](https://app.scarf.sh/organizations/nix-community/members)
3 changes: 2 additions & 1 deletion dnscontrol/dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var cnames = {
"build-box": "build01",
"buildbot": "build03",
"darwin-build-box": "darwin01",
"docker": "zimbatm.docker.scarf.sh.", // Used by nix-community/nixpkgs-docker
"docker": "nix-community.docker.scarf.sh.", // Used by nix-community/nixpkgs-docker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still need to go through the scarf docs for this change, looks like it may also need a TXT record.

"hydra": "build03",
"landscape": "web01",
"nixpkgs-update-cache": "build02",
Expand Down Expand Up @@ -111,4 +111,5 @@ D("nix-community.org",

TXT("_github-challenge-nix-community-org", "2eee7c1945"),
TXT("_github-pages-challenge-nix-community", "6d236784300b9b1e80fdc496b7bfce"),
TXT("_scarf-sh-challenge-nix-community.docker", "5GVHX2INP2W7WLQKNFML"),
);