about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-11-14 16:40:21 +0100
committerLinus Heckemann <git@sphalerite.org>2022-11-23 17:18:18 +0100
commit24e33a4d2e41fc1201034e0cd1a6bd5a642d94c5 (patch)
tree3c0550cb2960eca39596dd61a4349a54564f655f /nixos/tests
parent5931cbe8ae54ca2d4775d6e672144da776f8a4d3 (diff)
nixos/ec2: remove paravirtualization-specific code
Paravirtualized EC2 instances haven't been supported since 2017.
It's safe to remove this now.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/ec2.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/ec2.nix b/nixos/tests/ec2.nix
index aa3c2b7051f6c..e649761d029df 100644
--- a/nixos/tests/ec2.nix
+++ b/nixos/tests/ec2.nix
@@ -16,8 +16,6 @@ let
       ../modules/testing/test-instrumentation.nix
       ../modules/profiles/qemu-guest.nix
       {
-        ec2.hvm = true;
-
         # Hack to make the partition resizing work in QEMU.
         boot.initrd.postDeviceCommands = mkBefore ''
           ln -s vda /dev/xvda