Complete README with the architecture

This commit is contained in:
Victor Mignot 2023-10-10 14:07:41 +02:00
parent 788a1fadcd
commit f65434f701
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -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)
```