15 lines
457 B
JSON
15 lines
457 B
JSON
{
|
|
"schema": 1,
|
|
"description": "Example HDMS entry for the P2P App Store drive. Place similar content (or use hdms CLI) in your personal drive at /.bare/hdms/registry.json",
|
|
"drives": [
|
|
{
|
|
"label": "appstore",
|
|
"key": "YOUR_APPSTORE_HYPERDRIVE_KEY_HERE",
|
|
"writable": true,
|
|
"autoMount": true,
|
|
"mountPoint": "/mnt/appstore",
|
|
"note": "This Hyperdrive holds the App Store registry and installed packages."
|
|
}
|
|
]
|
|
}
|