docs: change wording, update links

This commit is contained in:
Johannes Kirschbauer
2025-08-25 12:41:18 +02:00
parent 5be9b8383b
commit 1b12882e29
2 changed files with 5 additions and 6 deletions

View File

@@ -59,14 +59,14 @@ nav:
- Configure Disk Config: guides/getting-started/choose-disk.md - Configure Disk Config: guides/getting-started/choose-disk.md
- Update Machine: guides/getting-started/update.md - Update Machine: guides/getting-started/update.md
- Continuous Integration: guides/getting-started/flake-check.md - Continuous Integration: guides/getting-started/flake-check.md
- Using Services: guides/clanServices.md - ClanServices: guides/clanServices.md
- Backup & Restore: guides/backups.md - Backup & Restore: guides/backups.md
- Disk Encryption: guides/disk-encryption.md - Disk Encryption: guides/disk-encryption.md
- Age Plugins: guides/age-plugins.md - Age Plugins: guides/age-plugins.md
- Secrets management: guides/secrets.md - Secrets management: guides/secrets.md
- Networking: guides/networking.md - Networking: guides/networking.md
- Zerotier VPN: guides/mesh-vpn.md - Zerotier VPN: guides/mesh-vpn.md
- Secure Boot: guides/secure-boot.md - How to disable Secure Boot: guides/secure-boot.md
- Flake-parts: guides/flake-parts.md - Flake-parts: guides/flake-parts.md
- macOS: guides/macos.md - macOS: guides/macos.md
- Contributing: - Contributing:

View File

@@ -2,9 +2,9 @@
Machines can be added using the following methods Machines can be added using the following methods
- Editing nix expressions in flake.nix (i.e. via `clan-core.lib.clan`) - Create a file `machines/{machine_name}/configuration.nix` (See: [File Autoincludes](../../concepts/autoincludes.md))
- Editing machines/`machine_name`/configuration.nix (automatically included if it exists) - Imperative via cli command: `clan machines create`
- `clan machines create` (imperative) - Editing nix expressions in flake.nix See [`clan-core.lib.clan`](/options/?scope=Flake Options (clan.nix file))
See the complete [list](../../concepts/autoincludes.md) of auto-loaded files. See the complete [list](../../concepts/autoincludes.md) of auto-loaded files.
@@ -39,7 +39,6 @@ See the complete [list](../../concepts/autoincludes.md) of auto-loaded files.
The imperative command might create a machine folder in `machines/jon` The imperative command might create a machine folder in `machines/jon`
And might persist information in `inventory.json` And might persist information in `inventory.json`
### Configuring a machine ### Configuring a machine
!!! Note !!! Note