forked from the-distro/ofborg
1326fdbe33
Include tools for generating the known user list, and a thing to allow me to keep secrets out of the main config while still keeping almost exactly my config in version control nearby.
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"feedback": {
|
|
"full_logs": true
|
|
},
|
|
"log_storage": {
|
|
"path": "/var/lib/nginx/ofborg/logs/"
|
|
},
|
|
"runner": {
|
|
"trusted_users": [
|
|
"7c6f434c",
|
|
"adisbladis",
|
|
"andir",
|
|
"ankhers",
|
|
"aneeshusa",
|
|
"aszlig",
|
|
"copumpkin",
|
|
"disassembler",
|
|
"domenkozar",
|
|
"fpletz",
|
|
"fridh",
|
|
"garbas",
|
|
"globin",
|
|
"grahamc",
|
|
"jb55",
|
|
"joachifm",
|
|
"jtojnar",
|
|
"lheckemann",
|
|
"lnl7",
|
|
"mic92",
|
|
"nequissimus",
|
|
"orivej",
|
|
"peti",
|
|
"rbvermaa",
|
|
"shlevy",
|
|
"srhb",
|
|
"veprbl",
|
|
"vcunat",
|
|
"yegortimoshenko",
|
|
"zimbatm"
|
|
]
|
|
},
|
|
"checkout": {
|
|
"root": "/var/lib/gc-of-borg/.nix-test-rs"
|
|
},
|
|
"nix": {
|
|
"system": "x86_64-linux",
|
|
"remote": "daemon",
|
|
"build_timeout_seconds": 3600
|
|
}
|
|
}
|