19 lines
295 B
JSON
19 lines
295 B
JSON
|
{
|
||
|
"cpu": "auto",
|
||
|
"memory": "auto",
|
||
|
"swap": "auto",
|
||
|
"drive": {
|
||
|
"include": [
|
||
|
"/",
|
||
|
"/home",
|
||
|
"/home/heero/HDD1",
|
||
|
"/home/heero/HDD2"
|
||
|
]
|
||
|
},
|
||
|
"network": {
|
||
|
"include": [
|
||
|
"enp34s0"
|
||
|
]
|
||
|
}
|
||
|
}
|