about 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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/vault-postgresql.nix b/nixos/tests/vault-postgresql.nix
index a563aead22a3b..071cfd106ffbc 100644
--- a/nixos/tests/vault-postgresql.nix
+++ b/nixos/tests/vault-postgresql.nix
@@ -12,7 +12,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
     maintainers = [ lnl7 roberth ];
   };
   machine = { lib, pkgs, ... }: {
-    virtualisation.memorySize = 512;
     environment.systemPackages = [ pkgs.vault ];
     environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
     services.vault.enable = true;