From a1a27857e7183b3fcbd95e687322dbcffcb3721b Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Wed, 2 Nov 2022 17:40:44 +0100 Subject: [PATCH] examples/minimal-vm: add `lightning-cli` demo command --- examples/qemu-vm/minimal-vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/qemu-vm/minimal-vm.nix b/examples/qemu-vm/minimal-vm.nix index 25a66c7..a639d0f 100644 --- a/examples/qemu-vm/minimal-vm.nix +++ b/examples/qemu-vm/minimal-vm.nix @@ -43,6 +43,7 @@ rec { - nodeinfo - systemctl status bitcoind - systemctl status clightning + - lightning-cli getinfo ''; # Power off VM when the user exits the shell