Merge pull request #201084 from wentasah/nixos-doc-fix-install
nixos/doc: fix installing from other distro
This commit is contained in:
commit
10ffe1e731
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue