From 3df29a42d40c9f54f7fa5084e8ad3127a8017466 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 24 May 2023 16:51:15 +0100 Subject: [PATCH] fix: need the dns imported --- applications/ldap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/ldap.nix b/applications/ldap.nix index 53fc63e..26eb993 100644 --- a/applications/ldap.nix +++ b/applications/ldap.nix @@ -11,6 +11,7 @@ Gonna use a priper nixos module for this # these are needed for teh program in question imports = [ ./acme.nix + ./dns.nix ./nginx.nix ];