-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
config.public.json
127 lines (127 loc) · 2.86 KB
/
config.public.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"feedback": {
"full_logs": true
},
"log_storage": {
"path": "/var/lib/nginx/ofborg/logs/"
},
"runner": {
"repos": [
"nixos/nixpkgs",
"nixos/ofborg",
"grahamc/ofborg",
"grahamc/nixpkgs"
],
"disable_trusted_users": true,
"trusted_users": [
"1000101",
"7c6f434c",
"aanderse",
"abbradar",
"adisbladis",
"alyssais",
"andir",
"ankhers",
"aneeshusa",
"aszlig",
"basvandijk",
"c0bw3b",
"cdepillabout",
"cleverca22",
"cole-h",
"copumpkin",
"coreyoconnor",
"dezgeg",
"disassembler",
"domenkozar",
"doronbehar",
"dotlambda",
"dtzwill",
"dywedir",
"d-goldin",
"edef1c",
"edolstra",
"ekleog",
"emilazy",
"ericson2314",
"etu",
"fgaz",
"filalex77",
"flokli",
"fpletz",
"fridh",
"garbas",
"Gerschtli",
"gilligan",
"globin",
"grahamc",
"hedning",
"infinisil",
"Izorkin",
"jb55",
"joachifm",
"jonringer",
"jtojnar",
"kalbasit",
"kiwi",
"knedlsepp",
"lassulus",
"lheckemann",
"lilyball",
"lnl7",
"lukegb",
"Ma27",
"makefu",
"markuskowa",
"marsam",
"matthewbauer",
"matthiasbeyer",
"mic92",
"mmahut",
"mpickering",
"nequissimus",
"nh2",
"nlewo",
"obadz",
"orivej",
"peti",
"primeos",
"profpatsch",
"prusnak",
"puffnfresh",
"rasendubi",
"rbvermaa",
"romildo",
"rnhmjoj",
"ryantm",
"r-ryantm",
"samueldr",
"shlevy",
"srhb",
"talyz",
"teto",
"thoughtpolice",
"timokau",
"vbgl",
"veprbl",
"vcunat",
"willibutz",
"worldofpeace",
"xeji",
"xrelkd",
"yegortimoshenko",
"yurrriq",
"zimbatm",
"zowoq"
]
},
"checkout": {
"root": "/var/lib/gc-of-borg/.nix-test-rs"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 3600,
"initial_heap_size": "4g"
}
}