From 90c96ec31da23d421ba7f8ae9d766065989739ee Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Fri, 31 Jan 2020 09:55:33 -0500 Subject: nixos/ldap: remove redundant configuration options --- nixos/modules/config/ldap.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/config/ldap.nix') diff --git a/nixos/modules/config/ldap.nix b/nixos/modules/config/ldap.nix index 9c8e9d149371..5587e5883c9f 100644 --- a/nixos/modules/config/ldap.nix +++ b/nixos/modules/config/ldap.nix @@ -28,8 +28,6 @@ let }; nslcdConfig = writeText "nslcd.conf" '' - uid nslcd - gid nslcd uri ${cfg.server} base ${cfg.base} timelimit ${toString cfg.timeLimit} -- cgit 1.4.1