mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nixosTests.vault: increase memorySize to 512
This commit is contained in:
parent
174267e601
commit
1eabc4cff1
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user