nixos/doc: ran make format

With visual inspection that nothing got worse.
This commit is contained in:
Samuel Dionne-Riel
2018-05-31 21:03:51 -04:00
parent a45edd9024
commit 88ca2b1ec4
16 changed files with 558 additions and 273 deletions
+5 -5
View File
@@ -435,11 +435,11 @@ system.autoUpgrade.enable = true;
<programlisting>
system.nixos.stateVersion = "14.12";
</programlisting>
The new option <option>system.nixos.stateVersion</option> ensures that certain
configuration changes that could break existing systems (such as the
<command>sshd</command> host key setting) will maintain compatibility with
the specified NixOS release. NixOps sets the state version of existing
deployments automatically.
The new option <option>system.nixos.stateVersion</option> ensures that
certain configuration changes that could break existing systems (such as
the <command>sshd</command> host key setting) will maintain compatibility
with the specified NixOS release. NixOps sets the state version of
existing deployments automatically.
</para>
</listitem>
<listitem>