From a04a7272aa38ada45e694281071b720d4abbd0df Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Sun, 17 Jan 2016 19:34:55 +0100 Subject: Add missing 'type', 'defaultText' and 'literalExample' in module definitions - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions --- nixos/modules/config/ldap.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/config/ldap.nix') diff --git a/nixos/modules/config/ldap.nix b/nixos/modules/config/ldap.nix index c87996df8855..a6657768e061 100644 --- a/nixos/modules/config/ldap.nix +++ b/nixos/modules/config/ldap.nix @@ -57,6 +57,7 @@ in users.ldap = { enable = mkOption { + type = types.bool; default = false; description = "Whether to enable authentication against an LDAP server."; }; -- cgit 1.4.1