update readme

This commit is contained in:
Douze Bé 2024-12-19 15:57:17 +01:00
parent 7c52b99da5
commit a7df2c8aa1

View file

@ -12,10 +12,11 @@ The configurations of the servers are stored in a sub-directories of the config
│   └── hardware-configuration.nix
```
These configurations can reference shared modules stored in the modules directory
These configurations can import shared modules stored in the modules directory
```
├── modules
│   └── nixin.nix
│   ├── nixin.nix
│   └── users.nix
```
The file `nixpkgs.json` contains the revision of nixpkgs to use. See the tips section for how to update it