summary refs log tree commit diff
path: root/nixos/tests/vault.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-01-24 13:49:06 +0100
committerGitHub <noreply@github.com>2021-01-24 13:49:06 +0100
commit530df49d7a289bef7135c1d5f222914f19dfe8ec (patch)
tree2a5936256455d54c7b3b1cfce2599c1da4234f11 /nixos/tests/vault.nix
parent0a81d0846a0dfcbe8627310e3b4e24fa80d0f758 (diff)
parent04946f42468a8698c0c42aad9086c4671949916a (diff)
downloadnixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar.gz
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar.bz2
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar.lz
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar.xz
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.tar.zst
nixpkgs-530df49d7a289bef7135c1d5f222914f19dfe8ec.zip
Merge pull request #108411 from hercules-ci/vault-multiple-config-files
vault: Support multiple config files (no secrets in store)
Diffstat (limited to 'nixos/tests/vault.nix')
-rw-r--r--nixos/tests/vault.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/vault.nix b/nixos/tests/vault.nix
index ffdc3957472..59bccbe2595 100644
--- a/nixos/tests/vault.nix
+++ b/nixos/tests/vault.nix
@@ -8,6 +8,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;
+    virtualisation.memorySize = 512;
   };
 
   testScript =