Docs: fixup links
This commit is contained in:
@@ -51,7 +51,7 @@ nav:
|
||||
- Disk Encryption: getting-started/disk-encryption.md
|
||||
- Mesh VPN: getting-started/mesh-vpn.md
|
||||
- Backup & Restore: getting-started/backups.md
|
||||
- Machines: manual/include-machines.md
|
||||
- Adding Machines: manual/adding-machines.md
|
||||
- Inventory: manual/inventory.md
|
||||
- Secrets: manual/secrets.md
|
||||
- Secure Boot: manual/secure-boot.md
|
||||
|
||||
@@ -33,7 +33,7 @@ Instructions and explanations for practical Implementations ordered by Topics.
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- [Machines](./include-machines.md)
|
||||
- [Machines](./adding-machines.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ This section of the site provides an **automatically extracted** overview of the
|
||||
- Learn how to use the [Clan CLI](./cli/index.md)
|
||||
- Explore available services and application [modules](./clanModules/index.md)
|
||||
- Discover [configuration options](./clan-core/index.md) that manage essential features
|
||||
- Find descriptions of the [Nix interfaces](./nix-api/index.md) for defining a Clan
|
||||
- Find descriptions of the [Nix interfaces](./nix-api/buildclan.md) for defining a Clan
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ in
|
||||
|
||||
# Optional
|
||||
machines = lib.mkOption {
|
||||
type = types.deferredModule;
|
||||
type = types.attrsOf types.deferredModule;
|
||||
default = { };
|
||||
description = ''
|
||||
A mapping of machine names to their nixos configuration.
|
||||
|
||||
Reference in New Issue
Block a user