From 5b846c7c6f318c4c3b9b067071f9f1f122a98a8a Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 14 Apr 2024 15:00:41 +0200 Subject: [PATCH] documentation: improve configuration --- docs/site/getting-started/configure.md | 4 ++-- docs/site/getting-started/flake-parts.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/getting-started/configure.md b/docs/site/getting-started/configure.md index a9cfe721..2f4875a5 100644 --- a/docs/site/getting-started/configure.md +++ b/docs/site/getting-started/configure.md @@ -54,7 +54,7 @@ Adding or configuring a new machine requires two simple steps: └─nvme0n1p3 nvme-eui.e8238fa6bf530001001b448b4aec2929-part3 swap 16.8G ``` -2. Edit the following fields inside the `flake.nix` +1. Edit the following fields inside the `flake.nix` ```nix title="clan-core.lib.buildClan" buildClan { @@ -86,7 +86,7 @@ Adding or configuring a new machine requires two simple steps: ssh root@ nixos-generate-config --no-filesystems --show-hardware-config > hardware-configuration.nix ``` -2. Move the generated file into `machines/jon/hardware-configuration.nix` folder. +1. Move the generated file to `machines/jon/hardware-configuration.nix`. ### Initialize the facts diff --git a/docs/site/getting-started/flake-parts.md b/docs/site/getting-started/flake-parts.md index 5743a335..0cf82f9a 100644 --- a/docs/site/getting-started/flake-parts.md +++ b/docs/site/getting-started/flake-parts.md @@ -90,4 +90,4 @@ With your flake created, explore how to add new machines by reviewing the docume * How do I use Clan machines install to setup my current machine? * I probably need the clan-core sshd module for that? -* We need to tell them that configuration.nix of a machine NEEDS to be under the directory CLAN_ROOT/machines/ I think? \ No newline at end of file +* We need to tell them that configuration.nix of a machine NEEDS to be under the directory CLAN_ROOT/machines/ I think?