forked from the-distro/ofborg
19 lines
350 B
JSON
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": "..."
|
||
|
}
|
||
|
}
|