ofborg/config.example.json
Graham Christensen 1b28839266
Builder works!
2017-11-10 20:01:52 -05:00

19 lines
350 B
JSON

{
"runner": {
"identity": "grahamc-laptop"
},
"checkout": {
"root": "/home/grahamc/.nix-test-rs"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon"
},
"rabbitmq": {
"ssl": true,
"host": "events.nix.gsc.io",
"username": "...",
"password": "..."
}
}