summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ec2.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-07 03:25:56 +0000
committerDan Peebles <pumpkin@me.com>2016-01-07 03:25:56 +0000
commit668179f31efe3df2709c403da85347f2162df3a6 (patch)
tree4ebf082c9ee55d2c0e20e7ada377c8dbd70174fd /nixos/tests/ec2.nix
parent63bfe20b7253fa579ca1c35d07d1d790475f74c5 (diff)
tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra)
Diffstat (limited to 'nixos/tests/ec2.nix')
-rw-r--r--nixos/tests/ec2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ec2.nix b/nixos/tests/ec2.nix
index b12d498e3a09..1925ab37419a 100644
--- a/nixos/tests/ec2.nix
+++ b/nixos/tests/ec2.nix
@@ -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>