about summary refs log tree commit diff
path: root/nixos/tests/systemd-cryptenroll.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-cryptenroll.nix')
-rw-r--r--nixos/tests/systemd-cryptenroll.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/systemd-cryptenroll.nix b/nixos/tests/systemd-cryptenroll.nix
index 2c436f2de890..49634ef65672 100644
--- a/nixos/tests/systemd-cryptenroll.nix
+++ b/nixos/tests/systemd-cryptenroll.nix
@@ -8,7 +8,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     environment.systemPackages = [ pkgs.cryptsetup ];
     virtualisation = {
       emptyDiskImages = [ 512 ];
-      memorySize = 1024;
       qemu.options = [
         "-chardev socket,id=chrtpm,path=/tmp/swtpm-sock"
         "-tpmdev emulator,id=tpm0,chardev=chrtpm"