Add note to remind self about test vms
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-01-08 22:21:22 -06:00
parent ecf5b3e75f
commit efd6d4f07b
+6
View File
@@ -20,3 +20,9 @@ Go through the normal process to setup a NixOS system during installation.
To add a new host, create a folder in the directory `hosts/` that matches the name of
the target system. Each host must contain, minimally, a `default.nix` file that serves
as the basis of configuring that host.
# Test build a VM for your system
* `nom build ".#nixosConfigurations.<host>.config.system.build.vm`
* `export QEMU_NET_OPTS="hostfwd=tcp::2221-:22"` to export the SSH port
* `./result/bin/run-<host>-vm`