From dd99a3e821ed5a8d4bd6d1adc4bea9d5f314576f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 May 2024 21:37:25 +0200 Subject: [PATCH] docs: simplify hardware-configuration --- docs/site/getting-started/configure.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/site/getting-started/configure.md b/docs/site/getting-started/configure.md index bc9eb4070..6ccf6d744 100644 --- a/docs/site/getting-started/configure.md +++ b/docs/site/getting-started/configure.md @@ -148,11 +148,9 @@ Adding or configuring a new machine requires two simple steps: 1. Generate a `hardware-configuration.nix` for your target computer ```bash - ssh root@ nixos-generate-config --no-filesystems --show-hardware-config > hardware-configuration.nix + ssh root@ nixos-generate-config --no-filesystems --show-hardware-config > machines/jon/hardware-configuration.nix ``` -2. Move the generated file to `machines/jon/hardware-configuration.nix`. - ### Initialize the facts !!! Info