diff options
Diffstat (limited to 'nomad.tmpl.hcl')
-rw-r--r-- | nomad.tmpl.hcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nomad.tmpl.hcl b/nomad.tmpl.hcl index 138eb57..e597b36 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -37,6 +37,10 @@ client { host_volume "ctftajm-postgres" { path = "/var/local/ctftajm-postgres" } + + host_volume "vaultwarden" { + path = "/var/local/vaultwarden" + } } acl { |