karanage/client/.system.json

24 lines
395 B
JSON
Raw Normal View History

2022-12-29 21:15:49 +01:00
{
"config": {
"sleep": 0.1,
"display": false,
"topic": "PC/system"
},
2022-12-29 21:15:49 +01:00
"cpu": "auto",
"memory": "auto",
"swap": "auto",
"drive": {
"include": [
"/",
"/home",
"/home/heero/HDD1",
"/home/heero/HDD2"
]
},
"network": {
"include": [
"enp34s0"
]
}
}