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