1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 05:13:28 +02:00
home-manager/tests/modules/programs/sftpman/expected-mount2.json
2023-12-28 14:03:49 +01:00

12 lines
212 B
JSON

{
"authType": "password",
"beforeMount": "true",
"host": "host2.example.com",
"id": "mount2",
"mountOptions": [],
"mountPoint": "/another/path",
"port": 22,
"sshKey": null,
"user": "someuser"
}