Skip to content

Commit

Permalink
README: link to examples
Browse files Browse the repository at this point in the history
Signed-off-by: James Hillyerd <[email protected]>
  • Loading branch information
jhillyerd committed Jul 14, 2024
1 parent ea281d4 commit 3c253c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ the last argument
nix run github:jhillyerd/labcoat -- ~/myflake/
```

For ideas on how to layout a system flake for labcoat, please see the
[examples directory](https://github.com/jhillyerd/labcoat/tree/main/examples).


## Configuration

labcoat contains a default configuration, and does not require a configuration
Expand Down
2 changes: 1 addition & 1 deletion examples/modular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ To add a new host to this configuration, you would:

1. Add it's hardware-configuration.nix to the `hw` directory (if unique)
2. Add it's configuration.nix to the `hosts` directory
3. Add a new entry references the two configs above to [`catalog/nodes.nix`](
3. Add a new entry referencing the two configs above to [`catalog/nodes.nix`](
https://github.com/jhillyerd/labcoat/blob/main/examples/modular/catalog/nodes.nix)

0 comments on commit 3c253c9

Please sign in to comment.