examples: add shell session snippets

This commit is contained in:
Erik Arvstedt
2020-04-15 18:54:02 +02:00
parent 1131c795dc
commit ade3f84317
3 changed files with 9 additions and 0 deletions

View File

@@ -38,4 +38,7 @@ nixops deploy -d bitcoin-node
# Connect to node
nixops ssh bitcoin-node systemctl status bitcoind
# Uncomment to start a shell session here
# bash -li
# Cleanup happens at exit (see above)