This commit is contained in:
parent
d4c52cd044
commit
58e4ab05bf
1 changed files with 5 additions and 4 deletions
|
@ -87,10 +87,11 @@ detail the filesystem names, types, and respective configurations.
|
||||||
### YAML File Format
|
### YAML File Format
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# NOT IMPLEMENTED YET
|
---
|
||||||
# version: "1"
|
version: "1"
|
||||||
# global:
|
|
||||||
# mountpoint: "/home/user/mnt/{{filesystem.name}}"
|
global:
|
||||||
|
mountpoint: "{{env.HOME}}/mnt"
|
||||||
|
|
||||||
filesystems:
|
filesystems:
|
||||||
- type: "gocryptfs"
|
- type: "gocryptfs"
|
||||||
|
|
Loading…
Reference in a new issue