summary refs log tree commit diff
path: root/nixos/tests/vault-postgresql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/vault-postgresql.nix')
-rw-r--r--nixos/tests/vault-postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vault-postgresql.nix b/nixos/tests/vault-postgresql.nix
index 185a9515d61..daa71976338 100644
--- a/nixos/tests/vault-postgresql.nix
+++ b/nixos/tests/vault-postgresql.nix
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
     environment.systemPackages = [ pkgs.vault ];
     environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
     services.vault.enable = true;
-    services.vault.extraConfigPaths = [ "/run/vault.hcl" ];
+    services.vault.extraSettingsPaths = [ "/run/vault.hcl" ];
 
     systemd.services.vault = {
       after = [