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.systemPackages = [ pkgs.vault ];
|
||||||
environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
|
environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
|
||||||
services.vault.enable = true;
|
services.vault.enable = true;
|
||||||
|
virtualisation.memorySize = 512;
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript =
|
testScript =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user