Reapply "docs: Document imports dir. Remove What's next sections everywhere. Merge guide overview and hompage view."

This reverts commit b19beb8913.
This commit is contained in:
Qubasa
2025-01-18 10:00:56 +07:00
parent b19beb8913
commit 0d2ee39746
19 changed files with 126 additions and 192 deletions

View File

@@ -1,16 +1,16 @@
# Migrate existing NixOS configurations
This guide will help you migrate your existing Nix configurations into Clan. Keep
in mind, though, this approach can be trickier and might lead to bugs or
unexpected issues. We recommend following the Getting Started guide first. Once
you have a working setup, you can easily transfer your Nix configurations over.
This guide will help you migrate your existing Nix configurations into Clan.
!!! Danger
**Back up your existing configuration!**
Before you start, it is strongly recommended to back up your existing
configuration in any form you see fit. If you use version control to manage
your configuration changes, it is also a good idea to follow the migration
guide in a separte branch until everything works as expected.
!!! Warning
Migrating instead of starting new can be trickier and might lead to bugs or
unexpected issues. We recommend following the [Getting Started](../getting-started/index.md) guide first. Once you have a working setup, you can easily transfer your Nix configurations over.
## Back up your existing configuration!
Before you start, it is strongly recommended to back up your existing
configuration in any form you see fit. If you use version control to manage
your configuration changes, it is also a good idea to follow the migration
guide in a separte branch until everything works as expected.
## Starting Point