docs: fix links

This commit is contained in:
Johannes Kirschbauer
2024-04-10 13:33:18 +02:00
parent d951c570f0
commit 960e560d84
5 changed files with 100 additions and 320 deletions

View File

@@ -7,8 +7,7 @@ Welcome to your simple guide on starting a new Clan project!
We've put together a straightforward guide to help you out:
- [**Starting with a New Clan Project**](#starting-with-a-new-clan-project): Create a new Clan from scratch.
- [**Migrating Existing Flake Configuration**](migrate.md#migrating-existing-nixos-configuration-flake): How to switch your current setup to a Clan setup.
- [**Integrating Clan using Flake-Parts**](./migrate.md#integrating-clan-with-flakes-using-flake-parts)
- [**Integrating Clan using Flake-Parts**](./08-flake-parts.md)
---
@@ -85,7 +84,7 @@ Open the `flake.nix` file and set a unique `clanName` if you want you can also s
**Right now clan assumes that you already have NixOS running on the target machine.**
If that is not the case you can use our [installer image](./install-iso.md) that automatically generates an endpoint reachable over TOR with a random ssh password.
If that is not the case you can use our [installer image](./03-install-iso.md) that automatically generates an endpoint reachable over TOR with a random ssh password.
On the remote execute:
1. Generate a hardware-config.nix
@@ -112,11 +111,11 @@ On the remote execute:
```
### **Next Steps**
Ready to expand? Explore how to install a new machine with the helpful documentation [here](./machines.md).
Ready to expand? Explore how to install a new machine with the helpful documentation [here](./02-machines.md).
Ready to explore more?
- **Adding New Machines to your setup**. [Following our template](/templates/new-clan/flake.nix)
- **Use a USB drive to Set Up Machines**: Setting up new computers remotely is easy with a USB stick. [Learn how] (./machines.md).
- **Use a USB drive to Set Up Machines**: Setting up new computers remotely is easy with a USB stick. [Learn how] (./02-machines.md).
---