diff --git a/doc/start/from-nixos.md b/doc/start/from-nixos.md index a25fb99e..0e1d48cb 100644 --- a/doc/start/from-nixos.md +++ b/doc/start/from-nixos.md @@ -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. -