diff options
author | notgne2 | 2020-10-30 18:35:26 -0700 |
---|---|---|
committer | notgne2 | 2020-10-30 18:35:26 -0700 |
commit | 88b40b129cc17af674d28d02fa480b59fd364c42 (patch) | |
tree | 5f9ab60569669ad7e6cfa877fc835cd502cfa70d /examples | |
parent | 1cbf7ef0ed749ee79fd9dc1e870a4e19be55f3ef (diff) |
Fix example command in system example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/system/README.md | 2 |
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!!! |