some typos

This commit is contained in:
Rene Donner 2014-11-14 13:05:55 +01:00
parent 18ffe551e8
commit 8bd2f6bfc1
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ root file system), you can use
boot.initrd.extraKernelModules = [ "cifs" ];
</programlisting>
This causes the specified modules and their dependencies to be added
to the initial ramdark.</para>
to the initial ramdisk.</para>
<para>Kernel runtime parameters can be set through
<option>boot.kernel.sysctl</option>, e.g.

View file

@ -63,7 +63,7 @@ end.) For instance, to use the NixOS 14.04 stable channel:
$ nix-channel --add http://nixos.org/channels/nixos-14.04 nixos
</screen>
But it you want to live on the bleeding edge:
But if you want to live on the bleeding edge:
<screen>
$ nix-channel --add http://nixos.org/channels/nixos-unstable nixos

View file

@ -147,7 +147,7 @@ in
default = [];
description = ''
Additional configurations to build based on the current
configuration which is has a lower priority.
configuration which then has a lower priority.
'';
};