update readme
This commit is contained in:
parent
7c52b99da5
commit
a7df2c8aa1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue