Change config_file from path to string

This commit is contained in:
niten 2022-12-08 16:47:54 -08:00
parent ff4c85291b
commit ba643ab3a2

View File

@ -258,7 +258,7 @@ in {
in {
enabled = true;
allow_sign_up = true;
config_file = config-file;
config_file = "${config-file}";
# AUTH_LDAP_ENABLED = "true";
# AUTH_LDAP_ALLOW_SIGN_UP = "true";