mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
nixosTests.vault: increase memorySize to 512
(cherry picked from commit 1eabc4cff1)
This commit is contained in:
committed by
Luke Granger-Brown
parent
8c8017a367
commit
84098bc410
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user