summary refs log tree commit diff
path: root/nixos/modules/virtualisation/amazon-image.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2015-12-30 04:58:29 +0000
committerDan Peebles <pumpkin@me.com>2015-12-30 04:59:52 +0000
commitcd7612b8419d6f02884927d56718fd41749fe0a1 (patch)
tree52186264ad9def4c24b04afc38c663d4feae5d17 /nixos/modules/virtualisation/amazon-image.nix
parent878544e4f6a9b60cad055e1f1e353d3b956f343a (diff)
downloadnixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar.gz
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar.bz2
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar.lz
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar.xz
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.tar.zst
nixlib-cd7612b8419d6f02884927d56718fd41749fe0a1.zip
amazon-image: enable configure-from-userdata and the corresponding VM test
Diffstat (limited to 'nixos/modules/virtualisation/amazon-image.nix')
-rw-r--r--nixos/modules/virtualisation/amazon-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/amazon-image.nix b/nixos/modules/virtualisation/amazon-image.nix
index bf2364a0459d..7ccc9df740e5 100644
--- a/nixos/modules/virtualisation/amazon-image.nix
+++ b/nixos/modules/virtualisation/amazon-image.nix
@@ -11,7 +11,7 @@ with lib;
 let cfg = config.ec2; in
 
 {
-  imports = [ ../profiles/headless.nix ./ec2-data.nix ./amazon-grow-partition.nix ];
+  imports = [ ../profiles/headless.nix ./ec2-data.nix ./amazon-grow-partition.nix ./amazon-init.nix ];
 
   config = {