mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-10 03:58:20 +00:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
{
|
|
"db": {
|
|
"type": "file",
|
|
"params": {
|
|
"workdir": "/var/lib/nv-driver-locator"
|
|
}
|
|
},
|
|
"key_components": [
|
|
[
|
|
"DriverAttributes",
|
|
"Version"
|
|
]
|
|
],
|
|
"channels": [
|
|
{
|
|
"type": "gfe_client",
|
|
"name": "desktop defaults",
|
|
"params": {}
|
|
},
|
|
{
|
|
"type": "gfe_client",
|
|
"name": "desktop beta",
|
|
"params": {
|
|
"beta": true
|
|
}
|
|
},
|
|
{
|
|
"type": "gfe_client",
|
|
"name": "mobile",
|
|
"params": {
|
|
"notebook": true
|
|
}
|
|
},
|
|
{
|
|
"type": "gfe_client",
|
|
"name": "mobile beta",
|
|
"params": {
|
|
"notebook": true,
|
|
"beta": true
|
|
}
|
|
}
|
|
],
|
|
"notifiers": [
|
|
{
|
|
"type": "email",
|
|
"name": "my email",
|
|
"params": {
|
|
"from_addr": "notify-bot@gmail.com",
|
|
"to_addrs": [
|
|
"recepient1@domain1.tld",
|
|
"recepient2@domain2.tld"
|
|
],
|
|
"host": "smtp.google.com",
|
|
"use_starttls": true,
|
|
"login": "notify-bot",
|
|
"password": "MyGoodPass"
|
|
}
|
|
},
|
|
{
|
|
"type": "command",
|
|
"name": "sample command",
|
|
"params": {
|
|
"timeout": 10.0,
|
|
"cmdline": [
|
|
"cat",
|
|
"-"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|