docs: fix migrated build directory
All checks were successful
checks / checks-impure (pull_request) Successful in 1m51s
checks / checks (pull_request) Successful in 3m48s

This commit is contained in:
Johannes Kirschbauer 2024-04-13 19:39:11 +02:00
parent 57791ef52a
commit 10ad6da359
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU
2 changed files with 5 additions and 6 deletions

View File

@ -13,11 +13,10 @@ pkgs.stdenv.mkDerivation {
buildPhase = '' buildPhase = ''
mkdocs build --strict mkdocs build --strict
ls -la . ls -la .
''; '';
installPhase = '' installPhase = ''
cp -a site/ $out/ cp -a out/ $out/
''; '';
} }

View File

@ -28,9 +28,9 @@ buildClan {
} }
``` ```
## Machine configuration guide ## Machine configuration
To add or configure a new machine in clan we provide these simple steps: Adding or configuring a new machine requires two simple steps:
### Step 1. Identify Target Disk-ID ### Step 1. Identify Target Disk-ID
@ -78,7 +78,7 @@ To add or configure a new machine in clan we provide these simple steps:
} }
``` ```
## Step 2. Detect hardware specific drivers ### Step 2. Detect hardware specific drivers
1. Generate a `hardware-configuration.nix` for your target computer 1. Generate a `hardware-configuration.nix` for your target computer
@ -88,7 +88,7 @@ To add or configure a new machine in clan we provide these simple steps:
2. Move the generated file into `machines/jon/hardware-configuration.nix` folder. 2. Move the generated file into `machines/jon/hardware-configuration.nix` folder.
## Step 3. Initialize the facts ### Initialize the facts
!!! Info !!! Info
**All facts are automatically initialized.** **All facts are automatically initialized.**