docs: Fix typos in getting-started guide

This commit is contained in:
a-kenji
2025-07-21 20:47:41 +02:00
parent bc3b6c792f
commit 7fc527b649
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ For more information see [clanService/users](../../reference/clanServices/users.
Some people like to define a `users` folder in their repository root. Some people like to define a `users` folder in their repository root.
That allows to bind all user specific logic to a single place (`default.nix`) That allows to bind all user specific logic to a single place (`default.nix`)
Which can be imported into individual machines to make the user avilable on that machine. Which can be imported into individual machines to make the user available on that machine.
```bash ```bash
. .
@@ -107,7 +107,7 @@ We can use this property of clan services to bind a nixosModule to the user, whi
} }
``` ```
1. Type `path` or `string`: Must point to a seperate file. Inlining a module is not possible 1. Type `path` or `string`: Must point to a separate file. Inlining a module is not possible
!!! Note "This is inspiration" !!! Note "This is inspiration"
Our community might come up with better solutions soon. Our community might come up with better solutions soon.

View File

@@ -18,7 +18,7 @@ Steps:
- Create a NixOS installer image and transfer it to a bootable USB drive as described in the [installer](./installer.md). - Create a NixOS installer image and transfer it to a bootable USB drive as described in the [installer](./installer.md).
- Boot the target machine and connect it to a network that makes it reachable from your setup computer. - Boot the target machine and connect it to a network that makes it reachable from your setup computer.
- Note down a reachable ip adress (*ipv4*, *ipv6* or *tor*) - Note down a reachable ip address (*ipv4*, *ipv6* or *tor*)
--- ---
@@ -169,7 +169,7 @@ Re-run the command with the correct disk:
clan templates apply disk single-disk jon --set mainDisk "/dev/disk/by-id/nvme-WD_PC_SN740_SDDQNQD-512G-1201_232557804368" clan templates apply disk single-disk jon --set mainDisk "/dev/disk/by-id/nvme-WD_PC_SN740_SDDQNQD-512G-1201_232557804368"
``` ```
Should now be succesfull Should now be successful
```shellSession ```shellSession
Applied disk template 'single-disk' to machine 'jon' Applied disk template 'single-disk' to machine 'jon'