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-08-20 10:54:45 +02:00
parent 32ce2b567c
commit c22365d4a2
+5 -4
View File
@@ -40,10 +40,11 @@ rec {
Welcome to nix-bitcoin! Welcome to nix-bitcoin!
To explore running services, try the following commands: To explore running services, try the following commands:
- nodeinfo nodeinfo
- systemctl status bitcoind systemctl status bitcoind
- systemctl status clightning systemctl status clightning
- lightning-cli getinfo bitcoin-cli -getinfo
lightning-cli getinfo
''; '';
# Power off VM when the user exits the shell # Power off VM when the user exits the shell