From 8b8057cfad581123696f30ca7057ddf34dc89431 Mon Sep 17 00:00:00 2001 From: Douze Baie <12b@distrilab.fr> Date: Tue, 8 Oct 2024 09:45:21 +0200 Subject: [PATCH] update technical principles --- technical-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technical-principles.md b/technical-principles.md index d5568d5..32a089c 100644 --- a/technical-principles.md +++ b/technical-principles.md @@ -18,7 +18,7 @@ Whenever possible we will use existing software instead of writing our own code. - ... ## Eat your own dog food -The project is bootstrapped using an infrastructure that is based on Proxmox, Debian and YunoHost for hosting its website and git forge. Currently only the forgejo action runners used for CI/CD are hosted on NixOS servers. +The project is bootstrapped using an infrastructure that is based on Proxmox, Debian and YunoHost for hosting its website and git forge. Currently only our workstations and the forgejo action runner used for CI/CD are based on Nix. But the goal is to host the whole project using itself as soon as possible. That is using NixOS servers managed with the tools and principles developed within the NixiN project. ## Version control everything