mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
- `authType` is missing the `authentication-agent` enum value - `mountDestPath` is missing completely
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"authType": "password",
|
|
"beforeMount": "true",
|
|
"host": "host2.example.com",
|
|
"id": "mount2",
|
|
"mountDestPath": null,
|
|
"mountOptions": [],
|
|
"mountPoint": "/another/path",
|
|
"port": 22,
|
|
"sshKey": null,
|
|
"user": "someuser"
|
|
}
|