home-manager/tests/modules/programs/sftpman/expected-mount2.json

12 lines
212 B
JSON
Raw Normal View History

2023-11-06 20:05:51 +01:00
{
"authType": "password",
"beforeMount": "true",
"host": "host2.example.com",
"id": "mount2",
"mountOptions": [],
"mountPoint": "/another/path",
"port": 22,
"sshKey": null,
"user": "someuser"
}