Add login note

This commit is contained in:
Daniel Flanagan 2024-07-08 13:01:59 -05:00
parent bbad847369
commit 36b87c1813

View file

@ -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.