Skip to content

Instantly share code, notes, and snippets.

@cole-h
Created October 4, 2020 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cole-h/65f0ee291e651afeb741621e804969ac to your computer and use it in GitHub Desktop.
Save cole-h/65f0ee291e651afeb741621e804969ac to your computer and use it in GitHub Desktop.
{
"runner": {
"repos": [
"cole-h/ofborg",
"cole-h/nixpkgs"
],
"trusted_users": [
"cole-h"
],
"identity": "me"
},
"github": {
"token": "0000000000000000000000000000000000000000"
},
"githubapp": {
"app_id": 69,
"installation_id": 69,
"private_key": "/tmp/69"
},
"checkout": {
"root": "/home/ofborg/nixpkgs"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 1800
},
"rabbitmq": {
"ssl": false,
"host": "192.168.1.23",
"virtualhost": "ofborg",
"username": "builder-1",
"password": "password"
},
"feedback": {
"full_logs": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment