mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
- `authType` is missing the `authentication-agent` enum value
- `mountDestPath` is missing completely
(cherry picked from commit 3351348827)
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"authType": "authentication-agent",
|
|
"beforeMount": "true",
|
|
"host": "host4.example.com",
|
|
"id": "mount4",
|
|
"mountDestPath": "/mnt/host4",
|
|
"mountOptions": [],
|
|
"mountPoint": "/another/path/somewhere/else",
|
|
"port": 22,
|
|
"sshKey": "/home/user/.ssh/id_ed25519",
|
|
"user": "user"
|
|
}
|