mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
sftpman: add module
This commit is contained in:
11
tests/modules/programs/sftpman/expected-mount3.json
Normal file
11
tests/modules/programs/sftpman/expected-mount3.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user