diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 94e0593d4..746733d44 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -59,14 +59,14 @@ nav: - Configure Disk Config: guides/getting-started/choose-disk.md - Update Machine: guides/getting-started/update.md - Continuous Integration: guides/getting-started/flake-check.md - - Using Services: guides/clanServices.md + - ClanServices: guides/clanServices.md - Backup & Restore: guides/backups.md - Disk Encryption: guides/disk-encryption.md - Age Plugins: guides/age-plugins.md - Secrets management: guides/secrets.md - Networking: guides/networking.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 - macOS: guides/macos.md - Contributing: diff --git a/docs/site/guides/getting-started/add-machines.md b/docs/site/guides/getting-started/add-machines.md index b3d93ad29..a26d60c5b 100644 --- a/docs/site/guides/getting-started/add-machines.md +++ b/docs/site/guides/getting-started/add-machines.md @@ -2,9 +2,9 @@ Machines can be added using the following methods -- Editing nix expressions in flake.nix (i.e. via `clan-core.lib.clan`) -- Editing machines/`machine_name`/configuration.nix (automatically included if it exists) -- `clan machines create` (imperative) +- Create a file `machines/{machine_name}/configuration.nix` (See: [File Autoincludes](../../concepts/autoincludes.md)) +- Imperative via cli command: `clan machines create` +- 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. @@ -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` And might persist information in `inventory.json` - ### Configuring a machine !!! Note