doc/start: fix grammar

Co-authored-by: David Arnold <dar@xoe.solutions>
This commit is contained in:
Pacman99 2021-05-10 12:22:16 -07:00 committed by GitHub
parent 8f20bb069a
commit 725e459655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ You must then add a host to `nixos.hosts` in flake.nix:
```
Make sure your `i18n.defaultLocale` and `time.timeZone` are set properly for
your region. Keep in mind that `networking.hostName` with be automatically
your region. Keep in mind that `networking.hostName` will be automatically
set to the name of your host;
Now might be a good time to read the docs on [suites](../concepts/suites.md) and
@ -52,4 +52,3 @@ This calls `nixos-rebuild` with sudo to build and install your configuration.
> simply `sudo nixos-rebuild switch` from anywhere on the system, but it is
> not required.