From 96e0f4756ce2826c23c9323898222e1f03aa9b72 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 25 Sep 2023 10:10:41 -0700 Subject: [PATCH] ...Which is in cfg --- postfix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix.nix b/postfix.nix index cf41993..7bd2df2 100644 --- a/postfix.nix +++ b/postfix.nix @@ -200,12 +200,12 @@ in { passdb { driver = ldap - args = ${ldap-conf} + args = ${cfg.ldap-conf} } userdb = { driver = ldap - args = ${ldap-conf} + args = ${cfg.ldap-conf} } service auth {