diff --git a/README.md b/README.md index deaff17..cc36374 100644 --- a/README.md +++ b/README.md @@ -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