aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authornotgne22020-10-30 18:35:26 -0700
committernotgne22020-10-30 18:35:26 -0700
commit88b40b129cc17af674d28d02fa480b59fd364c42 (patch)
tree5f9ab60569669ad7e6cfa877fc835cd502cfa70d /examples
parent1cbf7ef0ed749ee79fd9dc1e870a4e19be55f3ef (diff)
Fix example command in system example
Diffstat (limited to 'examples')
-rw-r--r--examples/system/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/system/README.md b/examples/system/README.md
index daf649a..7cddbf7 100644
--- a/examples/system/README.md
+++ b/examples/system/README.md
@@ -11,6 +11,6 @@ This is an example of how to deploy a full nixos system with a separate user uni
1. Run bare system from `.#nixosConfigurations.bare`
- `nix build .#nixosConfigurations.bare.config.system.build.vm`
- `QEMU_NET_OPTS=hostfwd=tcp::2221-:22 ./result/bin/run-bare-system-vm`
-2. `nix run github:serokell/deploy --prime`
+2. `nix run github:serokell/deploy`
3. ???
4. PROFIT!!!