From b2d56e1c85238ece10bd518be44d13f478a15d57 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 11 Jan 2026 23:08:11 +0900 Subject: [PATCH] README: add note about vm --- docs/development.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 5c6ec02..c03cc97 100644 --- a/docs/development.md +++ b/docs/development.md @@ -39,7 +39,12 @@ docker stop mariadb ## Development using Nix -If you have nix installed, you can easily test your changes in a NixOS vm by running: +> [!NOTE] +> We have created some nix code to generate a QEMU VM with a setup similar to a production deployment +> There is not necessarily any VMs running in a production setup, and if so then at least not this VM. +> It is mainly there for easy access to interactive testing, as well as for testing the NixOS module. + +If you have nix installed, you can easily test your changes in a NixOS test VM by running: ```bash nix run .#vm # Start a NixOS VM in QEMU with muscl and MariaDB installed