Add FIXME's to README

This commit is contained in:
Jonas Nick 2018-12-28 13:44:32 +00:00
parent ffcd311b70
commit 54b4eb24a6
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 16 additions and 3 deletions

View file

@ -102,6 +102,10 @@ nixops create network.nix network-vbox.nix -d bitcoin-node
```
Replace `nixops` with the path to the nixops you built from source. For example: `/nix/store/wa6nk3aqxjb2mgl9pkwrnawqnh9z1b9d-nixops-1.6.1pre0_abcdef/bin/nixops`. Alternatively you can change your path, i.e. `export PATH=/nix/store/wa6nk3aqxjb2mgl9pkwrnawqnh9z1b9d-nixops-1.6.1pre0_abcdef/bin/:$PATH` so you can just type nixops.
Adjust configuration
Open configuration.nix and remove FIXMEs.
No custom boot options or hardware configuration is needed for a VM install.
Deploy Nixops
```
nixops deploy -d bitcoin-node