From 593eb83343ebce6fd26fb3c628571fb5d3870730 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 Jun 2012 15:23:20 +0000 Subject: [PATCH] * Typo. svn path=/nixos/trunk/; revision=34369 --- modules/programs/shadow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/shadow.nix b/modules/programs/shadow.nix index 8af94c48cce..3a348818a97 100644 --- a/modules/programs/shadow.nix +++ b/modules/programs/shadow.nix @@ -37,7 +37,7 @@ in users.defaultUserShell = pkgs.lib.mkOption { default = "/var/run/current-system/sw/bin/bash"; description = '' - This option defined the default shell assigned to user + This option defines the default shell assigned to user accounts. This must not be a store path, since the path is used outside the store (in particular in /etc/passwd). Rather, it should be the path of a symlink that points to the