From c91bcb11f81573e5030aa4b1b0b8388cc2bc50f5 Mon Sep 17 00:00:00 2001 From: halcyon <55317573+hxlcyxn@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:44:16 +0100 Subject: [PATCH] fix: seedPath string -> path --- modules/ldap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldap.nix b/modules/ldap.nix index 1de922e..ab46c53 100644 --- a/modules/ldap.nix +++ b/modules/ldap.nix @@ -46,7 +46,7 @@ in tls = true; }; - seedPath = "../config/portunus_seeds.json"; + seedPath = ../config/portunus_seeds.json; }; services.nginx = {