From 3e87cd2badbce22442ec6632b4aa323d2b3319b2 Mon Sep 17 00:00:00 2001 From: Houzhong Xu Date: Thu, 9 Oct 2025 04:52:04 +0000 Subject: [PATCH] Simplify onecloud1 to server-only configuration --- nomad-configs/servers/onecloud1.hcl | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/nomad-configs/servers/onecloud1.hcl b/nomad-configs/servers/onecloud1.hcl index 0f12fc2..1abc1fd 100644 --- a/nomad-configs/servers/onecloud1.hcl +++ b/nomad-configs/servers/onecloud1.hcl @@ -40,21 +40,6 @@ server { } } -client { - enabled = true - network_interface = "tailscale0" - - host_volume "fnsync" { - path = "/mnt/fnsync" - read_only = false - } - - host_volume "vault-storage" { - path = "/opt/nomad/data/vault-storage" - read_only = false - } - -} consul {