diff --git a/docs/site/guides/getting-started/add-user.md b/docs/site/guides/getting-started/add-user.md index 057191789..33048e744 100644 --- a/docs/site/guides/getting-started/add-user.md +++ b/docs/site/guides/getting-started/add-user.md @@ -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. 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 . @@ -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" Our community might come up with better solutions soon. diff --git a/docs/site/guides/getting-started/deploy.md b/docs/site/guides/getting-started/deploy.md index dfa256550..08cb34042 100644 --- a/docs/site/guides/getting-started/deploy.md +++ b/docs/site/guides/getting-started/deploy.md @@ -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). - 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" ``` -Should now be succesfull +Should now be successful ```shellSession Applied disk template 'single-disk' to machine 'jon'