Unverified Commit 10ffe1e7 authored by Valentin Gagarin's avatar Valentin Gagarin Committed by GitHub
Browse files

Merge pull request #201084 from wentasah/nixos-doc-fix-install

nixos/doc: fix installing from other distro
parents 287131c4 ee8ae2da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ $ sudo groupdel nixbld
        Generate your NixOS configuration:
      </para>
      <programlisting>
$ sudo `which nixos-generate-config` --root /
$ sudo `which nixos-generate-config`
</programlisting>
      <para>
        Note that this will place the generated configuration files in
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ The first steps to all these are the same:
    Generate your NixOS configuration:

    ```ShellSession
    $ sudo `which nixos-generate-config` --root /
    $ sudo `which nixos-generate-config`
    ```

    Note that this will place the generated configuration files in