diff --git a/doc/manual/configuration.xml b/doc/manual/configuration.xml index fdd8ce80778c..0a3cb5c8fce3 100644 --- a/doc/manual/configuration.xml +++ b/doc/manual/configuration.xml @@ -312,7 +312,7 @@ manpage or the Nix manual. NixOS supports both declarative and imperative styles of user management. In the declarative style, users are specified in configuration.nix. For instance, the following -states that a user accound named alice shall exist: +states that a user account named alice shall exist: users.extraUsers.alice = @@ -746,7 +746,7 @@ networking.localCommands = the option . For instance, this selects the Linux 3.10 kernel: -boot.kernelPackages = pkgs.kernelPackages_3_10; +boot.kernelPackages = pkgs.linuxPackages_3_10; Note that this not only replaces the kernel, but also packages that are specific to the kernel version, such as the NVIDIA video drivers.