From a7a981879535afc67e45328fc1a0d3eab7914e28 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Mon, 2 Sep 2013 04:50:18 +0000 Subject: [PATCH] Fix typo and incorrect package name --- doc/manual/configuration.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.