prep vault geo HA

This commit is contained in:
Vivian 2022-09-25 15:17:55 +02:00
parent 409e77a283
commit e2cd541807
3 changed files with 24 additions and 6 deletions

View file

@ -67,7 +67,7 @@
};
vault-secrets = lib.mkIf (config.networking.domain == "olympus") {
vaultPrefix = "secrets/nixos";
vaultPrefix = "olympus_secrets/nixos";
vaultAddress = "http://vault.olympus:8200/";
approlePrefix = "olympus-${config.networking.hostName}";
};