From 3e64126344980c520ab8c99b967d74ed8fed27cf Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Jun 2014 22:40:37 +0200 Subject: nixos/shadow: Add an example for defaultUserShell. Thanks to @devhell for the suggestion. Signed-off-by: aszlig --- nixos/modules/programs/shadow.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/programs/shadow.nix') diff --git a/nixos/modules/programs/shadow.nix b/nixos/modules/programs/shadow.nix index 27a18c726a3a..5fcd2133a7e1 100644 --- a/nixos/modules/programs/shadow.nix +++ b/nixos/modules/programs/shadow.nix @@ -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; }; -- cgit 1.4.1