From e8838d99f1f066822bfced3204bce9d5662fd08a Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Wed, 4 Oct 2023 23:40:37 +0200 Subject: Add syncthing --- nomad.tmpl.hcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nomad.tmpl.hcl') 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 { -- cgit v1.2.3