Revert "EC2: Disable PV support"

This reverts commit fbe6d23624.

this breaks every non-ec2 (non-hvm) system

cc @edolstra
This commit is contained in:
Jörg Thalheim
2017-04-04 12:05:21 +02:00
parent f3dbaa7b57
commit 71710fd099
2 changed files with 8 additions and 13 deletions
@@ -12,11 +12,5 @@
};
};
config = {
assertions = [
{ assertion = config.ec2.hvm;
message = "Paravirtualized EC2 instances are no longer supported.";
}
];
};
config = {};
}