mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"authType": "password",
|
|
"beforeMount": "true",
|
|
"host": "host2.example.com",
|
|
"id": "mount2",
|
|
"mountOptions": [],
|
|
"mountPoint": "/another/path",
|
|
"port": 22,
|
|
"sshKey": null,
|
|
"user": "someuser"
|
|
}
|