1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-16 19:37:31 +02:00
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"
}