* Add an option ‘deployment.adhoc.destroyVMCommand’.

svn path=/nixos/trunk/; revision=27211
This commit is contained in:
Eelco Dolstra 2011-05-10 13:12:35 +00:00
parent d72ba42187
commit 6bc3a76439

View File

@ -82,6 +82,14 @@ with pkgs.lib;
'';
};
deployment.adhoc.destroyVMCommand = mkOption {
default = "destroy-vm";
description = ''
Remote command to destroy a previously created NixOS virtual
machine.
'';
};
deployment.adhoc.queryVMCommand = mkOption {
default = "query-vm";
description = ''