nixos/shadow: Add an example for defaultUserShell.

Thanks to @devhell for the suggestion.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-06-18 22:40:37 +02:00
parent 72a0bcd49f
commit 3e64126344

View File

@@ -48,6 +48,7 @@ in
Rather, it should be the path of a symlink that points to the
actual shell in the Nix store.
'';
example = "/run/current-system/sw/bin/zsh";
type = types.path;
};