Files
home-manager/tests/modules/programs/sftpman/expected-mount3.json
Michael Strobel 3351348827 sftpman: add missing options
- `authType` is missing the `authentication-agent` enum value
- `mountDestPath` is missing completely
2026-01-08 12:31:15 -05:00

13 lines
258 B
JSON

{
"authType": "publickey",
"beforeMount": "true",
"host": "host3.example.com",
"id": "mount3",
"mountDestPath": null,
"mountOptions": [],
"mountPoint": "/yet/another/path",
"port": 22,
"sshKey": "/home/user/.ssh/id_rsa",
"user": "user"
}