-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hydra.json
38 lines (38 loc) · 1015 Bytes
/
.hydra.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
{
"main": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build main branch",
"flake": "github:Tommixe/nixos-config/main",
"checkinterval": 60,
"schedulingshares": 10,
"enableemail": false,
"emailoverride": "",
"keepnr": 2
},
"next": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build next branch",
"flake": "github:Tommixe/nixos-config/next",
"checkinterval": 60,
"schedulingshares": 5,
"enableemail": false,
"emailoverride": "",
"keepnr": 1
},
"confsec": {
"enabled": 1,
"type": 1,
"hidden": false,
"description": "Build confesc branch",
"flake": "github:Tommixe/nixos-config/confsec",
"checkinterval": 60,
"schedulingshares": 5,
"enableemail": false,
"emailoverride": "",
"keepnr": 1
}
}