minimal-vm.nix: improve login text

- Add `bitcoin-cli` cmd
- Remove leading dashes to for easier copying and pasting
This commit is contained in:
Erik Arvstedt 2023-07-21 12:07:52 +02:00
parent 32ce2b567c
commit c22365d4a2
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -40,10 +40,11 @@ rec {
Welcome to nix-bitcoin!
To explore running services, try the following commands:
- nodeinfo
- systemctl status bitcoind
- systemctl status clightning
- lightning-cli getinfo
nodeinfo
systemctl status bitcoind
systemctl status clightning
bitcoin-cli -getinfo
lightning-cli getinfo
'';
# Power off VM when the user exits the shell