infrastructure/nixos/hosts/olympus/vault/migrate.hcl
2022-09-25 15:17:55 +02:00

11 lines
183 B
HCL

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"