Add login note
This commit is contained in:
parent
bbad847369
commit
36b87c1813
|
@ -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
|
# 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: 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
|
$ 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
|
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-nixos-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.
|
Hopefully, seeing the _fun things_ you can do with Nix might inspire you to push through the hard parts.
|
||||||
|
|
Loading…
Reference in a new issue