Remove option ec2.metadata

This commit is contained in:
Eelco Dolstra 2015-06-30 17:25:30 +02:00
parent 433a13d12a
commit 96b325b0b7
3 changed files with 1 additions and 11 deletions

View file

@ -45,7 +45,6 @@ let
'';
in {
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
ec2.metadata = true;
boot.postBootCommands = ''
${bootScript} &
'';