nixos/dokuwiki: remove last reference to aclUse

This was overlooked in #209299, but will throw a trace when building a
system even when the setting was not set.
This commit is contained in:
Moritz 'e1mo' Fromm 2023-02-11 11:12:51 +01:00
parent cf16690d1d
commit e8b59a1e2e
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1

View File

@ -82,7 +82,7 @@ let
basePackage = cfg.package;
localConfig = dokuwikiLocalConfig hostName cfg;
pluginsConfig = dokuwikiPluginsLocalConfig hostName cfg;
aclConfig = if cfg.aclUse && cfg.acl != null then dokuwikiAclAuthConfig hostName cfg else null;
aclConfig = if cfg.settings.useacl && cfg.acl != null then dokuwikiAclAuthConfig hostName cfg else null;
};
aclOpts = { ... }: {