Unverified Commit 7ab9b03f authored by Arian van Putten's avatar Arian van Putten Committed by Philip Taron
Browse files

nixos/tests/ec2: remove hack

Not needed anymore. no idea why this was here
parent 0e37e9be
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18,12 +18,6 @@ let
        ../modules/testing/test-instrumentation.nix
        ../modules/profiles/qemu-guest.nix
        {
          # Hack to make the partition resizing work in QEMU.
          boot.initrd.postDeviceCommands = mkBefore ''
            ln -s vda /dev/xvda
            ln -s vda1 /dev/xvda1
          '';

          amazonImage.format = "qcow2";

          # In a NixOS test the serial console is occupied by the "backdoor"