From 0d30926eeb13a6e48621ac89ef7dcaa1dc85ab72 Mon Sep 17 00:00:00 2001 From: Fabrice Bellamy <12b@distrilab.fr> Date: Wed, 9 Oct 2024 12:17:29 +0200 Subject: [PATCH] update roadmap --- roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roadmap.md b/roadmap.md index c22edb2..d367a36 100644 --- a/roadmap.md +++ b/roadmap.md @@ -1,17 +1,17 @@ # NixiN's roadmap This project is still very young but the main steps are already identified. -The roadmap may move if priorities are evolving. +The roadmap may move when priorities are evolving. ## v0.1 **This version targets builds for simple mono-server configuration that can contain multiple webapps**. -We are using [nixos-generators](https://github.com/nix-community/nixos-generators) to be able to build any type of container or vm, for any architecture. +Use of [nixos-generators](https://github.com/nix-community/nixos-generators) to build images of any type of container or vm, for any architecture and installation ISO images. The code is based on Vitepress, a static webapp that is used for documentation, and includes a dynamic component in vuejs for generating NixOS configuration files. -Nothing is saved server side, but the user must handler their configuration files by their own. +Nothing is saved server side. The users must handler their configuration files on their own. ### Features