18 lines
606 B
Markdown
18 lines
606 B
Markdown
# Templates
|
|
|
|
We provide some starting templates you can easily use one of those via `nix flakes`.
|
|
|
|
They showcase best practices and guide you through setting up and using Clan's modules
|
|
|
|
I.e. To use the `new-clan` template run the following command:
|
|
|
|
`nix flake init -t git+https://git.clan.lol/clan/clan-core#new-clan`.
|
|
|
|
## Available Templates
|
|
|
|
We offer the following templates:
|
|
|
|
To initialize a clan with one of those run `nix flake init -t git+https://git.clan.lol/clan/clan-core#TEMPLATE_NAME`
|
|
|
|
- **new-clan**: Perfect for beginners, this template shows you how to link two machines in a basic setup.
|