summaryrefslogtreecommitdiffstats
path: root/nixos/tests/privacyidea.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/privacyidea.nix')
-rw-r--r--nixos/tests/privacyidea.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/privacyidea.nix b/nixos/tests/privacyidea.nix
index 4a94f0727946..c1141465ec24 100644
--- a/nixos/tests/privacyidea.nix
+++ b/nixos/tests/privacyidea.nix
@@ -8,7 +8,6 @@ import ./make-test-python.nix ({ pkgs, ...} : rec {
machine = { ... }: {
virtualisation.cores = 2;
- virtualisation.memorySize = 512;
services.privacyidea = {
enable = true;