diff --git a/readme.md b/readme.md index c1642e2..89ef41a 100644 --- a/readme.md +++ b/readme.md @@ -253,10 +253,10 @@ $ /nix/store/xswwdly9m5bwhcz9ajd6km5hx9vdmfzw-nixos-vm/bin/run-nixos-vm # like running a pre-configured version of my workstation's NixOS configuration # NOTE: this will probably take a good, long time to build and lots of bandwidth +# NOTE: you probably won't even be able to login $ nixos-rebuild build-vm --flake git+https://git.lyte.dev/lytedev/nix#dragon -Done. The virtual machine can be started by running /nix/store/abc-nixos-vm/bin/run-nixos-vm -$ /nix/store/abc-nixos-vm/bin/run-nixos-vm - +Done. The virtual machine can be started by running /nix/store/abc-nixos-vm/bin/run-dragon-vm +$ /nix/store/abc-nixos-vm/bin/run-dragon-vm ``` Hopefully, seeing the _fun things_ you can do with Nix might inspire you to push through the hard parts.