Docs: fixup links
This commit is contained in:
@@ -51,7 +51,7 @@ nav:
|
|||||||
- Disk Encryption: getting-started/disk-encryption.md
|
- Disk Encryption: getting-started/disk-encryption.md
|
||||||
- Mesh VPN: getting-started/mesh-vpn.md
|
- Mesh VPN: getting-started/mesh-vpn.md
|
||||||
- Backup & Restore: getting-started/backups.md
|
- Backup & Restore: getting-started/backups.md
|
||||||
- Machines: manual/include-machines.md
|
- Adding Machines: manual/adding-machines.md
|
||||||
- Inventory: manual/inventory.md
|
- Inventory: manual/inventory.md
|
||||||
- Secrets: manual/secrets.md
|
- Secrets: manual/secrets.md
|
||||||
- Secure Boot: manual/secure-boot.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>
|
<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)
|
- Learn how to use the [Clan CLI](./cli/index.md)
|
||||||
- Explore available services and application [modules](./clanModules/index.md)
|
- Explore available services and application [modules](./clanModules/index.md)
|
||||||
- Discover [configuration options](./clan-core/index.md) that manage essential features
|
- 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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ buildClan argument: `directory`
|
|||||||
```nix
|
```nix
|
||||||
"Root directory of the flake"
|
"Root directory of the flake"
|
||||||
```
|
```
|
||||||
|
|
||||||
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
||||||
|
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ A mapping of machine names to their nixos configuration.
|
|||||||
```nix
|
```nix
|
||||||
{ }
|
{ }
|
||||||
```
|
```
|
||||||
|
|
||||||
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
||||||
|
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ Global information about the clan.
|
|||||||
```nix
|
```nix
|
||||||
null
|
null
|
||||||
```
|
```
|
||||||
|
|
||||||
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
||||||
|
|
||||||
|
|
||||||
@@ -145,7 +145,7 @@ This improves performance, but all nipxkgs.* options will be ignored.
|
|||||||
```nix
|
```nix
|
||||||
"Lambda :: String -> { ... } | null"
|
"Lambda :: String -> { ... } | null"
|
||||||
```
|
```
|
||||||
|
|
||||||
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
||||||
|
|
||||||
|
|
||||||
@@ -165,6 +165,6 @@ Extra arguments to pass to nixosSystem i.e. useful to make self available
|
|||||||
```nix
|
```nix
|
||||||
{ }
|
{ }
|
||||||
```
|
```
|
||||||
|
|
||||||
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
:simple-git: [interface.nix](https://git.clan.lol/clan/clan-core/src/branch/main/lib/build-clan/interface.nix)
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ in
|
|||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
machines = lib.mkOption {
|
machines = lib.mkOption {
|
||||||
type = types.deferredModule;
|
type = types.attrsOf types.deferredModule;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
A mapping of machine names to their nixos configuration.
|
A mapping of machine names to their nixos configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user