Compare commits
2 commits
58e4ab05bf
...
fd9829c283
Author | SHA1 | Date | |
---|---|---|---|
fd9829c283 | |||
70b51527df |
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
|
||||
version: 1
|
||||
|
||||
global:
|
||||
mountpoint: "~/mnt"
|
||||
mountpoint: "{{env.HOME}}/mnt"
|
||||
|
||||
filesystems:
|
||||
- type: gocryptfs
|
||||
|
@ -16,7 +15,7 @@ filesystems:
|
|||
|
||||
- type: sshfs
|
||||
name: "Personal - Remote Media Server"
|
||||
remote_user: user
|
||||
remote_user: "{{env.USER}}"
|
||||
remote_host: mediaserver.local
|
||||
remote_port: 22
|
||||
remote_path: "/remote/path/to/media"
|
||||
|
|
Loading…
Reference in a new issue