From f65434f70149d06b7c8fcee3534fdb5f18fb4d71 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Tue, 10 Oct 2023 14:07:41 +0200 Subject: [PATCH] Complete README with the architecture --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 230ba81..fe5aaf2 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,16 @@ To build it, you can just run ```bash nixos-rebuild switch --flake sr.ht:~dala/nixos-flake-config#{machine_name} ``` + +## Structure + +Here is the structure of the project: + +``` +modules/ (Custom modules and wrappers around nixpkgs options) +|- server/ (Custom options for servers) +|- workstation/ (Custom options for personnal workstation) + +configurations/ (Machines configuration defined with my custom modules' option) + +```