nixos/doc: Fix spurious indentation

This commit is contained in:
Jan Tojnar
2019-06-17 12:28:26 +02:00
parent 092c25ac08
commit 11cb382a4c
17 changed files with 262 additions and 256 deletions
+2 -2
View File
@@ -525,7 +525,7 @@ $ nix-env -i w3m</screen>
<example xml:id='ex-config'>
<title>NixOS Configuration</title>
<screen>
<programlisting>
{ config, pkgs, ... }: {
imports = [
# Include the results of the hardware scan.
@@ -543,7 +543,7 @@ $ nix-env -i w3m</screen>
# Enable the OpenSSH server.
services.sshd.enable = true;
}
</screen>
</programlisting>
</example>
</section>
<section xml:id="sec-installation-additional-notes">