mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
14 lines
258 B
JSON
14 lines
258 B
JSON
|
{
|
||
|
"authType": "publickey",
|
||
|
"beforeMount": "true",
|
||
|
"host": "host1.example.com",
|
||
|
"id": "mount1",
|
||
|
"mountOptions": [
|
||
|
"idmap=user"
|
||
|
],
|
||
|
"mountPoint": "/path/to/somewhere",
|
||
|
"port": 22,
|
||
|
"sshKey": "/home/user/.ssh/id_ed25519",
|
||
|
"user": "root"
|
||
|
}
|