* Add an option ‘deployment.adhoc.destroyVMCommand’.
svn path=/nixos/trunk/; revision=27211
This commit is contained in:
parent
d72ba42187
commit
6bc3a76439
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user