modules/users-groups: add shell example
This commit is contained in:
parent
9ef6dceca9
commit
56664c5fc6
1 changed files with 7 additions and 1 deletions
|
@ -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 <literal>pkgs.bashInteractive</literal>. Don’t
|
||||
forget to enable your shell in
|
||||
<literal>programs</literal> if necessary,
|
||||
like <code>programs.zsh.enable = true;</code>.
|
||||
'';
|
||||
};
|
||||
|
||||
subUidRanges = mkOption {
|
||||
|
|
Loading…
Reference in a new issue