diff --git a/hosts/hetzner-arm/profiles/vault.nix b/hosts/hetzner-arm/profiles/vault.nix index 0e08740..16878c9 100644 --- a/hosts/hetzner-arm/profiles/vault.nix +++ b/hosts/hetzner-arm/profiles/vault.nix @@ -10,6 +10,7 @@ storageBackend = "file"; extraConfig = '' ui = true + raw_storage_endpoint = true ''; };