Merge pull request #13765 from Profpatsch/user-shell-example
modules/users-groups: add shell example
This commit is contained in:
commit
9844eb0d98
@ -121,7 +121,13 @@ let
|
|||||||
default = pkgs.nologin;
|
default = pkgs.nologin;
|
||||||
defaultText = "pkgs.nologin";
|
defaultText = "pkgs.nologin";
|
||||||
example = literalExample "pkgs.bashInteractive";
|
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 {
|
subUidRanges = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user