Files
home-manager/tests/modules/programs/sftpman/expected-mount1.json
Michael Strobel 82fb7dedaa sftpman: add missing options
- `authType` is missing the `authentication-agent` enum value
- `mountDestPath` is missing completely

(cherry picked from commit 3351348827)
2026-01-08 17:14:43 -05:00

15 lines
283 B
JSON

{
"authType": "publickey",
"beforeMount": "true",
"host": "host1.example.com",
"id": "mount1",
"mountDestPath": null,
"mountOptions": [
"idmap=user"
],
"mountPoint": "/path/to/somewhere",
"port": 22,
"sshKey": "/home/user/.ssh/id_ed25519",
"user": "root"
}