Fix eval error due to config.ec2.hvm
This commit is contained in:
@@ -15,6 +15,12 @@ let cfg = config.ec2; in
|
||||
|
||||
config = {
|
||||
|
||||
assertions = [
|
||||
{ assertion = cfg.hvm;
|
||||
message = "Paravirtualized EC2 instances are no longer supported.";
|
||||
}
|
||||
];
|
||||
|
||||
virtualisation.growPartition = cfg.hvm;
|
||||
|
||||
fileSystems."/" = {
|
||||
|
||||
Reference in New Issue
Block a user