44 lines
701 B
JSON
44 lines
701 B
JSON
{
|
|
"machines": {
|
|
"amy": {
|
|
"name": "amy",
|
|
"tags": [
|
|
"all",
|
|
"nixos"
|
|
],
|
|
"description": "my laptop",
|
|
"deploy": {
|
|
"targetHost": null
|
|
}
|
|
},
|
|
"foo": {
|
|
"name": "foo",
|
|
"description": "foo",
|
|
"tags": [
|
|
"all"
|
|
]
|
|
},
|
|
"cm-pi": {
|
|
"name": "cm-pi",
|
|
"description": null,
|
|
"tags": [
|
|
"all",
|
|
"nixos"
|
|
],
|
|
"deploy": {
|
|
"targetHost": "localhost:22001"
|
|
}
|
|
},
|
|
"test": {
|
|
"name": "test",
|
|
"description": "test",
|
|
"tags": [
|
|
"all",
|
|
"nixos"
|
|
],
|
|
"deploy": {
|
|
"targetHost": "localhost:22001"
|
|
}
|
|
}
|
|
}
|
|
} |