1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 05:13:28 +02:00
home-manager/tests/modules/programs/sftpman/expected-mount1.json
2023-12-28 14:03:49 +01:00

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"
}