From ada80be4171d3dbeee196762535c50ada61a7cd5 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Tue, 16 Sep 2025 16:04:57 +0200 Subject: [PATCH] docs: re-add nixos rebuild docs: fix strict errors --- docs/mkdocs.yml | 1 + docs/site/index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ecc6238cd..b87a651f6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -87,6 +87,7 @@ nav: - Backups: - Introduction to Backups: guides/backups.md - Flake-parts: guides/flake-parts.md + - NixOs Rebuild: guides/nixos-rebuild.md - macOS: - Managing macOS Machines: guides/macos.md # Should be part of the respective sections above diff --git a/docs/site/index.md b/docs/site/index.md index e51b8ce50..318b0f997 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -77,7 +77,7 @@ hide:

Built on NixOS, Clan provides a declarative interface for managing machines with automated secret management, easy mesh VPN connectivity, and automated backups.

Whether you're running a homelab or maintaining critical computing infrastructure, Clan will help reduce maintenance burden by allowing a git repository to define your whole network of computers.

In combination with sops-nix, nixos-anywhere and disko, Clan makes it possible to have collaborative infrastructure.

-

At the heart of Clan are Clan Services - the core concept that enables you to add functionality across multiple machines in your network. While Clan ships with essential core services, you can create custom services tailored to your specific needs.

+

At the heart of Clan are Clan Services - the core concept that enables you to add functionality across multiple machines in your network. While Clan ships with essential core services, you can create custom services tailored to your specific needs.

@@ -121,7 +121,7 @@ hide: command line interface -- [Clan Options](./options) +- [Clan Options](/options) ---