infrastructure/nixos/hosts/olympus/vault-0/migrate.hcl

11 lines
183 B
HCL
Raw Normal View History

2022-09-25 15:17:55 +02:00
storage_source "file" {
path = "/var/lib/vault"
}
storage_destination "raft" {
path = "/var/lib/vault-raft"
node_id = "olympus-1"
}
cluster_addr = "http://vault.olympus:8201"