diff --git a/modules/misc/deployment.nix b/modules/misc/deployment.nix
index d8d3f28e42e..93ae8c97e98 100644
--- a/modules/misc/deployment.nix
+++ b/modules/misc/deployment.nix
@@ -38,6 +38,16 @@ with pkgs.lib;
# EC2/Nova/Eucalyptus-specific options.
+ deployment.ec2.type = mkOption {
+ default = "ec2";
+ example = "nova";
+ description = ''
+ Specifies the type of cloud. This affects the machine
+ configuration. Current values are "ec2"
+ and "nova".
+ '';
+ };
+
deployment.ec2.controller = mkOption {
example = https://ec2.eu-west-1.amazonaws.com:443/;
description = ''