diff --git a/README.md b/README.md index 1116cfb..76ad6a7 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ in our repository. See Buildbot-nix in action in these deployments: +The following instances run on GitHub: + - **Nix-community infra**: [Configuration](https://github.com/nix-community/infra/tree/master/modules/nixos) | [Instance](https://buildbot.nix-community.org/) @@ -133,3 +135,9 @@ See Buildbot-nix in action in these deployments: [Configuration](https://github.com/TUM-DSE/doctor-cluster-config/tree/master/modules/buildbot) | [Instance](https://buildbot.dse.in.tum.de/) - **Numtide**: [Instance](https://buildbot.numtide.com) + +The following instances integrated with Gitea: + +- **Clan infra**: + [Configuration](https://git.clan.lol/clan/clan-infra/src/branch/main/modules/buildbot.nix) + | [Instance](https://buildbot.clan.lol/) diff --git a/examples/master.nix b/examples/master.nix index b98eaf3..9aff69e 100644 --- a/examples/master.nix +++ b/examples/master.nix @@ -9,7 +9,7 @@ # (defaults to the hostname of the machine) # "pass" is the password for the worker configured in `services.buildbot-nix.worker.workerPasswordFile` # "cores" is the number of cpu cores the worker has. - # The number must match as otherwise potentially not enought buildbot-workers are created. + # The number must match the actual core count of the machine as otherwise not enough buildbot-workers are created. workersFile = pkgs.writeText "workers.json" '' [ { "name": "eve", "pass": "XXXXXXXXXXXXXXXXXXXX", "cores": 16 }