From 56664c5fc65ee7e474e1c096e0d6c0dd04b52852 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 8 Mar 2016 18:02:15 +0100 Subject: [PATCH] modules/users-groups: add shell example --- nixos/modules/config/users-groups.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index 277a4264137..d92deb85d2a 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -121,7 +121,13 @@ let default = pkgs.nologin; defaultText = "pkgs.nologin"; example = literalExample "pkgs.bashInteractive"; - description = "The path to the user's shell."; + description = '' + The path to the user's shell. Can use shell derivations, + like pkgs.bashInteractive. Don’t + forget to enable your shell in + programs if necessary, + like programs.zsh.enable = true;. + ''; }; subUidRanges = mkOption {