summary refs log tree commit diff
path: root/modules/programs/shadow.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-06 15:23:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-06 15:23:20 +0000
commit593eb83343ebce6fd26fb3c628571fb5d3870730 (patch)
treefa89a3532709c6e538621532865621ecdd04c42a /modules/programs/shadow.nix
parentf2a33809c1eeb50b8dc3cc7161a662f560ac2788 (diff)
downloadnixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar.gz
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar.bz2
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar.lz
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar.xz
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.tar.zst
nixpkgs-593eb83343ebce6fd26fb3c628571fb5d3870730.zip
* Typo.
svn path=/nixos/trunk/; revision=34369
Diffstat (limited to 'modules/programs/shadow.nix')
-rw-r--r--modules/programs/shadow.nix2
1 files changed, 1 insertions, 1 deletions
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