From 6bc3a764394874888fd3460b1ce4560c80de0daa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 May 2011 13:12:35 +0000 Subject: [PATCH] =?UTF-8?q?*=20Add=20an=20option=20=E2=80=98deployment.adh?= =?UTF-8?q?oc.destroyVMCommand=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/nixos/trunk/; revision=27211 --- modules/misc/deployment.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/misc/deployment.nix b/modules/misc/deployment.nix index 94fc4ebdf0d..b45948efdd1 100644 --- a/modules/misc/deployment.nix +++ b/modules/misc/deployment.nix @@ -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 = ''