tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra)

This commit is contained in:
Dan Peebles 2016-01-07 03:25:56 +00:00
parent 63bfe20b72
commit 668179f31e

View file

@ -125,8 +125,8 @@ in {
name = "config-userdata";
sshPublicKey = snakeOilPublicKey;
# ### http://nixos.org/channels/nixos-unstable nixos
userData = ''
### http://nixos.org/channels/nixos-unstable nixos
{
imports = [
<nixpkgs/nixos/modules/virtualisation/amazon-image.nix>