mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"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"
|
|
}
|