diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2023-10-04 23:40:37 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2023-10-04 23:40:37 +0200 |
commit | e8838d99f1f066822bfced3204bce9d5662fd08a (patch) | |
tree | 66d87014b2b99b625ff01e89f5843ce09455ddac /nomad.tmpl.hcl | |
parent | 2ecfba926865cf4edb43dcfa7c003eb7326fb958 (diff) | |
download | garm-e8838d99f1f066822bfced3204bce9d5662fd08a.tar.gz |
Add syncthing
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 f098816..7df5416 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -29,6 +29,10 @@ client { host_volume "faktura-settings" { path = "/var/www/faktura" } + + host_volume "syncthing" { + path = "/var/local/syncthing" + } } acl { |