examples/deploy-container: use new extra-container features

This commit is contained in:
Erik Arvstedt 2020-10-11 20:02:25 +02:00
parent 16b2783ae7
commit 1cc432a136
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 34 additions and 56 deletions

View file

@ -39,7 +39,7 @@ shut down immediately. They leave no traces (outside of `/nix/store`) on the hos
- [`./deploy-container.sh`](examples/deploy-container.sh) creates a [NixOS container](https://github.com/erikarvstedt/extra-container).\
This is the fastest way to set up a node.\
Requires: [NixOS](https://nixos.org/)
Requires: [Nix](https://nixos.org/), a systemd-based Linux distro and root privileges
- [`./deploy-qemu-vm.sh`](examples/deploy-qemu-vm.sh) creates a QEMU VM.\
Requires: [Nix](https://nixos.org/nix/)