* Add a securityGroup attribute for EC2 deployment.
svn path=/nixos/trunk/; revision=30001
This commit is contained in:
parent
5a03989036
commit
504f4943a0
|
@ -83,6 +83,14 @@ with pkgs.lib;
|
|||
'';
|
||||
};
|
||||
|
||||
deployment.ec2.securityGroup = mkOption {
|
||||
default = "";
|
||||
example = "my-group";
|
||||
description = ''
|
||||
Security group for the instance.
|
||||
'';
|
||||
};
|
||||
|
||||
# Ad hoc cloud options.
|
||||
|
||||
deployment.adhoc.controller = mkOption {
|
||||
|
|
Loading…
Reference in New Issue