Add note in install doc about vbox disk resizing

This commit is contained in:
Lev Dubinets 2019-06-30 19:50:30 -07:00
parent ce6ee5912c
commit 16fa9254f3
No known key found for this signature in database
GPG Key ID: 798E4C6433A5B976
1 changed files with 8 additions and 1 deletions

View File

@ -115,7 +115,14 @@ You can also build Nix from source by following the instructions at https://nixo
This will now create a nix-bitcoin node on the target machine.
6. Nixops automatically creates an ssh key for use with `nixops ssh`. Access `bitcoin-node` through ssh in nix-shell with
6. Resize the virtualbox disk
```
./scripts/vbox-resize-disk1.sh
```
NixOps provides a virtualbox disk thats 50gb in size, but we need more than that to house the Bitcoin blockchain. Make sure to run this from within your nix-shell.
7. Nixops automatically creates an ssh key for use with `nixops ssh`. Access `bitcoin-node` through ssh in nix-shell with
```
nixops ssh operator@bitcoin-node