From 421ecd1f6570514dd1d667771bf9000dbda48af4 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 6 Sep 2023 15:28:50 -0700 Subject: [PATCH] Forgot to use the new email --- lib/fudo/ldap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/ldap.nix b/lib/fudo/ldap.nix index e4cb444..5968d76 100644 --- a/lib/fudo/ldap.nix +++ b/lib/fudo/ldap.nix @@ -58,7 +58,7 @@ let shadowMax: 99999 shadowWarning: 7 userPassword: ${opts.ldap-hashed-passwd} - mail: ${opts.email} + mail: ${email} ''; systemUserLdif = base: name: opts: ''