about summary refs log tree commit diff
path: root/nixos/tests/paperless-ng.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/paperless-ng.nix')
-rw-r--r--nixos/tests/paperless-ng.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/paperless-ng.nix b/nixos/tests/paperless-ng.nix
index a4b2f348ec32..618eeec6b125 100644
--- a/nixos/tests/paperless-ng.nix
+++ b/nixos/tests/paperless-ng.nix
@@ -8,7 +8,6 @@ import ./make-test-python.nix ({ lib, ... }: {
       enable = true;
       passwordFile = builtins.toFile "password" "admin";
     };
-    virtualisation.memorySize = 1024;
   };
 
   testScript = ''