1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-15 09:30:18 +02:00
home-manager/tests/modules/programs/sftpman/expected-mount3.json

12 lines
233 B
JSON
Raw Normal View History

2023-11-06 20:05:51 +01:00
{
"authType": "publickey",
"beforeMount": "true",
"host": "host3.example.com",
"id": "mount3",
"mountOptions": [],
"mountPoint": "/yet/another/path",
"port": 22,
"sshKey": "/home/user/.ssh/id_rsa",
"user": "user"
}